Edit

Share via


SignalingSessionSettings Class

Definition

Represents the configuration settings for a SignalingSession.

public ref class SignalingSessionSettings
public class SignalingSessionSettings
type SignalingSessionSettings = class
Public Class SignalingSessionSettings
Inheritance
SignalingSessionSettings

Constructors

SignalingSessionSettings(RealTimeAddress)

Creates a new instance of the object.

SignalingSessionSettings(String)

Creates a new instance of the object.

Properties

CallId

Gets or sets the call ID that should be used in the session.

DestinationEndpointId

Gets the remote destination endpoint ID.

DestinationUri

Gets the remote destination URI that will be contacted.

LocalOwnerDisplayName

Gets the display name used to represent the local endpoint in the session.

LocalOwnerUri

Gets the URI used to represent the local endpoint in the session.

Methods

Impersonate(String, String)

Changes the URI and display name used to represent the local endpoint.

Extension Methods

SetRequestUri(SignalingSessionSettings, String)

Applies to