Searched refs:currentVideoState (Results 1 – 1 of 1) sorted by relevance
102 private int currentVideoState; field in VideoCallPresenter320 currentVideoState = VideoProfile.STATE_AUDIO_ONLY; in onVideoCallScreenUiReady()567 final boolean hasVideoStateChanged = currentVideoState != call.getVideoState(); in checkForVideoStateChange()576 VideoProfile.videoStateToString(currentVideoState), in checkForVideoStateChange()659 currentVideoState = VideoProfile.STATE_AUDIO_ONLY; in updateCallCache()664 currentVideoState = call.getVideoState(); in updateCallCache()819 int previousVideoState = currentVideoState; in adjustVideoMode()820 currentVideoState = newVideoState; in adjustVideoMode()