Rate this page:

IncomingCallEventArgs

Provide data for the IClient.IncomingCall event.

Props

Call

Copy URL

ICall

Call { get; }

Incoming call instance.

Returns

HasIncomingVideo

Copy URL

bool

HasIncomingVideo { get; }

True if the caller initiated a video call.

Returns

  • type:

    bool

Headers

Copy URL

IReadOnlyDictionary<string,string>

Headers { get; }

Optional SIP headers received with the message.

Returns

  • type:

    IReadOnlyDictionary<string,string>