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);
}
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);
}
Aggregations