VIIncomingCall
typedef void
VIIncomingCall( client, call, bool
video, Map<String, String>?
headers)
Signature for callbacks reporting that there is a new incoming call to the current user.
Used in VIClient.
It provides a VICall instance for the incoming call and optional SIP [headers], and indicates if the caller initiated a [video] call.
Returns
type:
void