.NET SDK - PeerConnectOptions.Id

PeerConnectOptions.Id property

The ID of the remote peer you wish to connect to.

public PeerId Id { get; set; }

Remarks

To enumerate connected peers, consider using the Rainway API library. See https://docs.rainway.com/docs/api-getting-started#c for more information.

See Also