ImsVoiceSessionRefreshMethod Enum
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.
public enum ImsVoiceSessionRefreshMethod
type ImsVoiceSessionRefreshMethod =
- Inheritance
-
ImsVoiceSessionRefreshMethod
Fields
| Name | Value | Description |
|---|---|---|
| Invite | 0 | SIP INVITE is used for Session Refresh Android reference for 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. |
| UpdatePreferred | 1 | Both SIP INVITE and UPDATE are used for session refresh. SIP UPDATE will be used if UPDATE is in 'Allow' header. If UPDATE is not in 'Allow' header, then INVITE will be used. 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. |