IncomingCallEventArgs
Provide data for the IClient.IncomingCall event.
Props
HasIncomingVideo
bool
HasIncomingVideo { get; }
True if the caller initiated a video call.
Returns
type:
bool
Headers
IReadOnlyDictionary<string,string>
Headers { get; }
Optional SIP headers received with the message.
Returns
type:
IReadOnlyDictionary<string,string>