CarrierConfigManager.ImsVoice.KeyConferenceSubscribeTypeInt Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
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.