ILocalInviteReceiverTaskOnBeginIncomingCall Method |
Namespace:
Ozeki.VoIP
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntaxvoid OnBeginIncomingCall(
UserSIPInfo otherPartySIPInfo
)
Sub OnBeginIncomingCall (
otherPartySIPInfo As UserSIPInfo
)
void OnBeginIncomingCall(
UserSIPInfo^ otherPartySIPInfo
)
abstract OnBeginIncomingCall :
otherPartySIPInfo : UserSIPInfo -> unit
Parameters
- otherPartySIPInfo
- Type: Ozeki.VoIPUserSIPInfo
See Also