Search in sources :

Example 1 with CallParticipantsListUpdatePopupWindow

use of org.thoughtcrime.securesms.components.webrtc.CallParticipantsListUpdatePopupWindow in project Signal-Android by WhisperSystems.

the class WebRtcCallActivity method initializeResources.

private void initializeResources() {
    callScreen = findViewById(R.id.callScreen);
    callScreen.setControlsListener(new ControlsListener());
    participantUpdateWindow = new CallParticipantsListUpdatePopupWindow(callScreen);
}
Also used : CallParticipantsListUpdatePopupWindow(org.thoughtcrime.securesms.components.webrtc.CallParticipantsListUpdatePopupWindow)

Example 2 with CallParticipantsListUpdatePopupWindow

use of org.thoughtcrime.securesms.components.webrtc.CallParticipantsListUpdatePopupWindow in project Signal-Android by signalapp.

the class WebRtcCallActivity method initializeResources.

private void initializeResources() {
    callScreen = findViewById(R.id.callScreen);
    callScreen.setControlsListener(new ControlsListener());
    participantUpdateWindow = new CallParticipantsListUpdatePopupWindow(callScreen);
}
Also used : CallParticipantsListUpdatePopupWindow(org.thoughtcrime.securesms.components.webrtc.CallParticipantsListUpdatePopupWindow)

Aggregations

CallParticipantsListUpdatePopupWindow (org.thoughtcrime.securesms.components.webrtc.CallParticipantsListUpdatePopupWindow)2