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