Delegate Room.DataReceivedDelegate
Namespace: LiveKit
Assembly: cs.temp.dll.dll
Syntax
public delegate void DataReceivedDelegate(byte[] data, RemoteParticipant participant, DataPacketKind? kind, string topic);
Parameters
| Type | Name | Description |
|---|---|---|
| System.Byte[] | data | |
| RemoteParticipant | participant | |
| System.Nullable<DataPacketKind> | kind | |
| System.String | topic |