Class WebRtcStandaloneSignalingServer.AuthorizeEventArgs
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
EndPoint
Gets or sets the connected endpoint information.
public IPProtoEndPoint EndPoint { get; set; }
Property Value
InboundUri
Gets or sets the inbound request URI.
public string InboundUri { get; set; }
Property Value
RoomId
Gets or sets the room identifier for the connection.
public string RoomId { get; set; }