Share via


Connection.VideoState Property

Definition

Returns the video state of the connection.

public int VideoState { [Android.Runtime.Register("getVideoState", "()I", "", ApiSince=30)] get; }
[<get: Android.Runtime.Register("getVideoState", "()I", "", ApiSince=30)>]
member this.VideoState : int

Property Value

The video state of the connection.

Attributes

Remarks

Returns the video state of the connection. Valid values: VideoProfile#STATE_AUDIO_ONLY, VideoProfile#STATE_BIDIRECTIONAL, VideoProfile#STATE_TX_ENABLED, VideoProfile#STATE_RX_ENABLED.

Java documentation for android.telecom.Connection.getVideoState().

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