VICallDisconnected
typedef void
VICallDisconnected( call, Map<String, String>?
headers, bool
answeredElsewhere)
Signature for callbacks reporting that the call is disconnected.
Used in VICall.
Parameters
call:
VICall instance initiated the event
headers:
Map<String, String>?
Optional SIP headers
answeredElsewhere:
bool
Check if the call was answered on another device
Returns
type:
void