TelecomManager.ExtraIncomingVideoState Field

Definition

Optional extra for #addNewIncomingCall(PhoneAccountHandle, Bundle) containing an integer that determines the requested video state for an incoming call.

[Android.Runtime.Register("EXTRA_INCOMING_VIDEO_STATE", ApiSince=26)]
public const string ExtraIncomingVideoState;
[<Android.Runtime.Register("EXTRA_INCOMING_VIDEO_STATE", ApiSince=26)>]
val mutable ExtraIncomingVideoState : string

Field Value

Attributes

Remarks

Optional extra for #addNewIncomingCall(PhoneAccountHandle, Bundle) containing an integer that determines the requested video state for an incoming call. Valid options: VideoProfile#STATE_AUDIO_ONLY, VideoProfile#STATE_BIDIRECTIONAL, VideoProfile#STATE_RX_ENABLED, VideoProfile#STATE_TX_ENABLED.

Java documentation for android.telecom.TelecomManager.EXTRA_INCOMING_VIDEO_STATE.

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