Share via


CarrierConfigManager.ImsVoice.KeyConferenceSubscribeTypeInt Field

Definition

This is used to specify whether the SIP SUBSCRIBE to conference state events, is sent in or out of the SIP INVITE dialog between the UE and the conference server.

[Android.Runtime.Register("KEY_CONFERENCE_SUBSCRIBE_TYPE_INT", ApiSince=33)]
public const string KeyConferenceSubscribeTypeInt;
[<Android.Runtime.Register("KEY_CONFERENCE_SUBSCRIBE_TYPE_INT", ApiSince=33)>]
val mutable KeyConferenceSubscribeTypeInt : string

Field Value

Attributes

Remarks

This is used to specify whether the SIP SUBSCRIBE to conference state events, is sent in or out of the SIP INVITE dialog between the UE and the conference server.

Reference: IR.92 Section 2.3.3.

Possible values are, #CONFERENCE_SUBSCRIBE_TYPE_IN_DIALOG, #CONFERENCE_SUBSCRIBE_TYPE_OUT_OF_DIALOG

An empty array indicates SUBSCRIBE to conference event package is not required.

Java documentation for android.telephony.CarrierConfigManager.ImsVoice.KEY_CONFERENCE_SUBSCRIBE_TYPE_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