Rate this page:

CallDisconnectedEventArgs

Provide data for the ICall.Disconnected event.

Props

AnsweredElsewhere

Copy URL

bool

AnsweredElsewhere { get; }

True if the call was answered on another device via SIP forking, false otherwise

Returns

  • type:

    bool

Headers

Copy URL

IReadOnlyDictionary<string,string>

Headers { get; }

Optional SIP headers received with message.

Returns

  • type:

    IReadOnlyDictionary<string,string>