CallDisconnectedEventArgs
Provide data for the ICall.Disconnected event.
Props
AnsweredElsewhere
bool
AnsweredElsewhere { get; }
True if the call was answered on another device via SIP forking, false otherwise
Returns
type:
bool
Headers
IReadOnlyDictionary<string,string>
Headers { get; }
Optional SIP headers received with message.
Returns
type:
IReadOnlyDictionary<string,string>