Table of Contents

Class WebRtcStandaloneSignalingServer.AuthorizeEventArgs

Namespace
VAST.WebRTC
Assembly
VAST.WebRTC.dll

Provides data for the Authorize event.

public class WebRtcStandaloneSignalingServer.AuthorizeEventArgs
Inheritance
WebRtcStandaloneSignalingServer.AuthorizeEventArgs
Inherited Members

Constructors

AuthorizeEventArgs()

public AuthorizeEventArgs()

Properties

Accept

Gets or sets a value indicating whether the connection should be accepted. Must be set by the user in the Authorize event handler.

public bool Accept { get; set; }

Property Value

bool

EndPoint

Gets or sets the connected endpoint information.

public IPProtoEndPoint EndPoint { get; set; }

Property Value

IPProtoEndPoint

InboundUri

Gets or sets the inbound request URI.

public string InboundUri { get; set; }

Property Value

string

RoomId

Gets or sets the room identifier for the connection.

public string RoomId { get; set; }

Property Value

string