Type Alias: DataCallback()
DataCallback = (data) => void
Defined in: ts-client/dist/index.d.mts:479
Callback type for receiving data from a data channel.
Parameters
| Parameter | Type | Description |
|---|
data | Uint8Array | The received data as a Uint8Array |
Returns
void