Lines Matching refs:videoState
171 * @param videoState The new video state of the {@code RemoteConnection}.
173 public void onVideoStateChanged(RemoteConnection connection, int videoState) {}
924 * @param videoState The video state in which to answer the call.
927 public void answer(int videoState) {
930 mConnectionService.answerVideo(mConnectionId, videoState, null /*Session.Info*/);
1332 void setVideoState(final int videoState) {
1333 mVideoState = videoState;
1340 callback.onVideoStateChanged(connection, videoState);