RemoteConnection.Callback.OnVideoStateChanged Method

Definition

Indicates that the video state of this RemoteConnection has changed.

[Android.Runtime.Register("onVideoStateChanged", "(Landroid/telecom/RemoteConnection;I)V", "GetOnVideoStateChanged_Landroid_telecom_RemoteConnection_IHandler", ApiSince=23)]
public virtual void OnVideoStateChanged (Android.Telecom.RemoteConnection connection, Android.Telecom.VideoProfileState videoState);
[<Android.Runtime.Register("onVideoStateChanged", "(Landroid/telecom/RemoteConnection;I)V", "GetOnVideoStateChanged_Landroid_telecom_RemoteConnection_IHandler", ApiSince=23)>]
abstract member OnVideoStateChanged : Android.Telecom.RemoteConnection * Android.Telecom.VideoProfileState -> unit
override this.OnVideoStateChanged : Android.Telecom.RemoteConnection * Android.Telecom.VideoProfileState -> unit

Parameters

connection
RemoteConnection

The RemoteConnection invoking this method.

videoState
VideoProfileState

The new video state of the RemoteConnection.

Attributes

Remarks

Indicates that the video state of this RemoteConnection has changed. See #getVideoState().

Java documentation for android.telecom.RemoteConnection.Callback.onVideoStateChanged(android.telecom.RemoteConnection, int).

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