Home | History | Annotate | Download | only in telecom

Lines Matching defs:onVideoStateChanged

125         void onVideoStateChanged(Call call, int previousVideoState, int newVideoState);
706 public void onVideoStateChanged(Call call, int previousVideoState, int newVideoState) {
708 listener.onVideoStateChanged(call, previousVideoState, newVideoState);