Merge commit '7595842' into merge2

Change-Id: I7e11e98e6d59562374195a8761d64a79dc0268e8
This commit is contained in:
Etan Cohen
2015-04-24 13:56:35 -07:00
8 changed files with 121 additions and 32 deletions

View File

@@ -369,6 +369,11 @@ public abstract class InCallService extends Service {
*/
public abstract void registerCallback(VideoCall.Callback callback);
/**
* Clears the video call listener set via {@link #setVideoCallListener(Listener)}.
*/
public abstract void removeVideoCallListener();
/**
* Sets the camera to be used for video recording in a video call.
*