Home | History | Annotate | Download | only in impl

Lines Matching refs:audioState

820   public void setAudioState(CallAudioState audioState) {
821 LogUtil.i("VideoCallFragment.setAudioState", "audioState: " + audioState);
822 speakerButtonController.setAudioState(audioState);
823 muteButton.setChecked(audioState.isMuted());