ImsVoiceSessionRefresherType 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 ImsVoiceSessionRefresherType
type ImsVoiceSessionRefresherType =
- Inheritance
-
ImsVoiceSessionRefresherType
Fields
| Name | Value | Description |
|---|---|---|
| Unknown | 0 | Session Refresher entity is unknown. This means UE does not include the "refresher" parameter in the Session-Expires header field of the SIP INVITE request. 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. |
| Uac | 1 | Session Refresher entity is User Agent Client (UAC). Type of "refresher" parameter in the Session-Expires header field of the SIP INVITE request is UAC. 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. |
| Uas | 2 | Session Refresher entity is User Agent Server (UAS). Type of "refresher" parameter in the Session-Expires header field of the SIP INVITE request is UAS. 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. |