AbstractLocalInviteManager Constructor |
Namespace:
Ozeki.VoIP
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntaxprotected AbstractLocalInviteManager(
IInternalLocalCall call,
IByeManager byeManager,
SessionInviteManager session
)
Protected Sub New (
call As IInternalLocalCall,
byeManager As IByeManager,
session As SessionInviteManager
)
protected:
AbstractLocalInviteManager(
IInternalLocalCall^ call,
IByeManager^ byeManager,
SessionInviteManager^ session
)
new :
call : IInternalLocalCall *
byeManager : IByeManager *
session : SessionInviteManager -> AbstractLocalInviteManager
Parameters
- call
- Type: Ozeki.VoIPIInternalLocalCall
- byeManager
- Type: Ozeki.VoIPIByeManager
- session
- Type: Ozeki.VoIPSessionInviteManager
See Also