Home > @rainway/web > OpenDataChannelOptions
OpenDataChannelOptions interface
Options for opening data channels
Signature:
export interface OpenDataChannelOptions
Properties
| Property | Type | Description |
|---|---|---|
| id | string | The unique identifier for the data channel |
| mode | DataChannelMode | The reliability mode for the data channel |
