SubSessionType Enumeration |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public enum SubSessionType
Public Enumeration SubSessionType
public enum class SubSessionType
Members
| Member name | Value | Description |
---|
| P2P | 0 |
Messages sent bye a client will be forwarded to the other party without modification.
|
| Relay | 1 |
The media will be relayed through the PBX.
|
| RelayCaller | 2 |
Relay session / proxy session caller (SIP -> PBX)
|
| RelayCallee | 3 |
Relay session / proxy session callee (PBX -> SIP)
|
| Switch | 4 |
Switch session that contains both P2P and Relay
|
See Also