Language

RemoteConnection.VideoProvider.Callback.OnSessionModifyResponseReceived Method

Definition

Reports a session modification response received from the Connection.VideoProvider associated with a RemoteConnection.

[Android.Runtime.Register("onSessionModifyResponseReceived", "(Landroid/telecom/RemoteConnection$VideoProvider;ILandroid/telecom/VideoProfile;Landroid/telecom/VideoProfile;)V", "GetOnSessionModifyResponseReceived_Landroid_telecom_RemoteConnection_VideoProvider_ILandroid_telecom_VideoProfile_Landroid_telecom_VideoProfile_Handler", ApiSince=23)]
public virtual void OnSessionModifyResponseReceived(Android.Telecom.RemoteConnection.VideoProvider videoProvider, Android.Telecom.VideoProfileState status, Android.Telecom.VideoProfile requestedProfile, Android.Telecom.VideoProfile responseProfile);
[<Android.Runtime.Register("onSessionModifyResponseReceived", "(Landroid/telecom/RemoteConnection$VideoProvider;ILandroid/telecom/VideoProfile;Landroid/telecom/VideoProfile;)V", "GetOnSessionModifyResponseReceived_Landroid_telecom_RemoteConnection_VideoProvider_ILandroid_telecom_VideoProfile_Landroid_telecom_VideoProfile_Handler", ApiSince=23)>]
abstract member OnSessionModifyResponseReceived : Android.Telecom.RemoteConnection.VideoProvider * Android.Telecom.VideoProfileState * Android.Telecom.VideoProfile * Android.Telecom.VideoProfile -> unit
override this.OnSessionModifyResponseReceived : Android.Telecom.RemoteConnection.VideoProvider * Android.Telecom.VideoProfileState * Android.Telecom.VideoProfile * Android.Telecom.VideoProfile -> unit

Parameters

videoProvider
RemoteConnection.VideoProvider

The RemoteConnection.VideoProvider invoking this method.

status
VideoProfileState

Status of the session modify request.

requestedProfile
VideoProfile

The original request which was sent to the peer device.

responseProfile
VideoProfile

The actual profile changes made by the peer device.

Attributes

Remarks

Reports a session modification response received from the Connection.VideoProvider associated with a RemoteConnection.

Android reference for android.telecom.RemoteConnection.VideoProvider.Callback.onSessionModifyResponseReceived.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to