Click or drag to resize

SubSessionType Enumeration

Namespace:  Ozeki.VoIP
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntax
public enum SubSessionType
Members
  Member nameValueDescription
P2P0 Messages sent bye a client will be forwarded to the other party without modification.
Relay1 The media will be relayed through the PBX.
RelayCaller2 Relay session / proxy session caller (SIP -> PBX)
RelayCallee3 Relay session / proxy session callee (PBX -> SIP)
Switch4 Switch session that contains both P2P and Relay
See Also