AbstractLocalInviteManager Constructor |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax protected 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