|
OnInvite |
Top Previous Next |
|
OnInvite
Occurs when incoming call is received. You can call AcceptCall/RejectCall in handler or later.
RemoteParty – SIP address of remote party who is sent incoming call. CallToken – the string ID of this call. This ID will be used in the further call management. It will be the same during call’s lifetime. LocalParty – SIP address of callee. This can distinct from ContactName property value. For example ContactName can be sip:user@domainname but LocalParty - sip:user@domainname;field1=value1
|