Searched refs:answerVideo (Results 1 – 3 of 3) sorted by relevance
58 void answerVideo(String callId, int videoState, in Session.Info sessionInfo); in answerVideo() method
331 public void answerVideo(String callId, int videoState, Session.Info sessionInfo) {859 answerVideo(callId, videoState);1671 private void answerVideo(String callId, int videoState) { in answerVideo() method in ConnectionService
930 mConnectionService.answerVideo(mConnectionId, videoState, null /*Session.Info*/); in answer()