ILocalInviteReceiverTaskOnBeginIncomingCall Method |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax void OnBeginIncomingCall(
UserSIPInfo otherPartySIPInfo
)
Sub OnBeginIncomingCall (
otherPartySIPInfo As UserSIPInfo
)
void OnBeginIncomingCall(
UserSIPInfo^ otherPartySIPInfo
)
abstract OnBeginIncomingCall :
otherPartySIPInfo : UserSIPInfo -> unit
Parameters
- otherPartySIPInfo
- Type: Ozeki.VoIPUserSIPInfo
See Also