SessionReceivedEventArgs Class

Definition

Represents the argument for the incoming session event.

public ref class SessionReceivedEventArgs : Microsoft::Rtc::Signaling::SipRequestReceivedEventArgs
public class SessionReceivedEventArgs : Microsoft.Rtc.Signaling.SipRequestReceivedEventArgs
type SessionReceivedEventArgs = class
    inherit SipRequestReceivedEventArgs
Public Class SessionReceivedEventArgs
Inherits SipRequestReceivedEventArgs
Inheritance
SessionReceivedEventArgs

Properties

IsForked

Gets True if the invite was forked; otherwise false. Applications should not automatically accept the Invite when the flag is true.

MediaDescription

Gets the message body of the Invite message.

RequestData

Gets the SIP request data for the event. This can be null in some instances.

(Inherited from SipRequestReceivedEventArgs)
RequestUri

Gets the string representing the request URI of the invitation.

Session

Gets the session.

Applies to