Click or drag to resize

SIPCallContainer Class

Inheritance Hierarchy
SystemObject
  Ozeki.VoIPCallContainerIBaseSIPCall
    Ozeki.VoIPSIPCallContainer

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntax
public class SIPCallContainer : CallContainer<IBaseSIPCall>

The SIPCallContainer type exposes the following members.

Constructors
 NameDescription
Public methodSIPCallContainerInitializes a new instance of the SIPCallContainer class
Top
Properties
 NameDescription
Public propertyActiveCalls
(Inherited from CallContainerT)
Public propertyCount
(Inherited from CallContainerT)
Protected propertyPendingCalls
(Inherited from CallContainerT)
Top
Methods
Events
 NameDescription
Public eventActiveCallAdded
(Inherited from CallContainerT)
Public eventActiveCallRemoved
(Inherited from CallContainerT)
Top
See Also