FileDocCategorySizeDatePackage
IImsVideoCallCallback.javaAPI DocAndroid 5.1 API8045Sat Mar 14 05:48:12 GMT 2015com.android.ims.internal

IImsVideoCallCallback

public interface IImsVideoCallCallback implements android.os.IInterface
Internal remote interface for IMS's video call provider. At least initially, this aidl mirrors telecomm's {@link VideoCallCallback}. We created a separate aidl interface for invoking callbacks in Telephony from the IMS Service to without accessing internal interfaces. See {@link IImsVideoCallProvider} for additional detail.
see
android.telecom.internal.IVideoCallCallback
see
android.telecom.VideoCallImpl {@hide}

Fields Summary
Constructors Summary
Methods Summary
public voidchangeCallDataUsage(int dataUsage)

public voidchangeCameraCapabilities(android.telecom.CameraCapabilities cameraCapabilities)

public voidchangePeerDimensions(int width, int height)

public voidhandleCallSessionEvent(int event)

public voidreceiveSessionModifyRequest(android.telecom.VideoProfile videoProfile)

public voidreceiveSessionModifyResponse(int status, android.telecom.VideoProfile requestedProfile, android.telecom.VideoProfile responseProfile)