Class PeerDescriptor
Represents a descriptor for a connected WebRTC peer in the signaling server.
public class PeerDescriptor
- Inheritance
-
PeerDescriptor
- Inherited Members
Constructors
PeerDescriptor()
public PeerDescriptor()
Properties
Id
Gets or sets the unique identifier of the peer.
[JsonPropertyName("id")]
public long Id { get; set; }
Property Value
Name
Gets or sets the name of the peer.
[JsonPropertyName("name")]
public string Name { get; set; }
Property Value
State
Gets or sets the current connection state of the peer.
[JsonPropertyName("state")]
public int State { get; set; }