OnPeerLeftDelegate
public delegate void OnPeerLeftDelegate(object sender, ulong peerId);
Parameters
Name | Type | Description |
---|---|---|
sender | Object | Room object |
peerId | UInt64 |
public delegate void OnPeerLeftDelegate(object sender, ulong peerId);
Name | Type | Description |
---|---|---|
sender | Object | Room object |
peerId | UInt64 |