Table of Contents

Class PeerDescriptor

Namespace
VAST.WebRTC
Assembly
VAST.WebRTC.dll

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

long

Name

Gets or sets the name of the peer.

[JsonPropertyName("name")]
public string Name { get; set; }

Property Value

string

State

Gets or sets the current connection state of the peer.

[JsonPropertyName("state")]
public int State { get; set; }

Property Value

int