Share via


Conference.SetVideoState(Connection, VideoProfileState) Method

Definition

Set the video state for the conference.

[Android.Runtime.Register("setVideoState", "(Landroid/telecom/Connection;I)V", "", ApiSince=23)]
public void SetVideoState (Android.Telecom.Connection? c, Android.Telecom.VideoProfileState videoState);
[<Android.Runtime.Register("setVideoState", "(Landroid/telecom/Connection;I)V", "", ApiSince=23)>]
member this.SetVideoState : Android.Telecom.Connection * Android.Telecom.VideoProfileState -> unit

Parameters

videoState
VideoProfileState

The new video state.

Attributes

Remarks

Set the video state for the conference. Valid values: VideoProfile#STATE_AUDIO_ONLY, VideoProfile#STATE_BIDIRECTIONAL, VideoProfile#STATE_TX_ENABLED, VideoProfile#STATE_RX_ENABLED.

Java documentation for android.telecom.Conference.setVideoState(android.telecom.Connection, 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