Home > @rainway/native > DataChannelOptions
DataChannelOptions interface
Options for creating a data channel.
Signature:
export interface DataChannelOptions 
Properties
| Property | Type | Description | 
|---|---|---|
| id | string | The ID (label) of the data channel. | 
| mode | RainwayChannelMode | The reliability mode of the data channel. | 
