Skip to main content
Version: 2.x

Class PeerLeftEventArgs

Arguments for PeerLeft events in the current room

Declaration
public class PeerLeftEventArgs : EventArgs

Inheritance: System.Object -> System.EventArgs

Properties

PeerId

peer id

Declaration
public uint PeerId { get; }