.NET SDK - DataChannelOptions

DataChannelOptions class

Options for creating a data channel.

public class DataChannelOptions

Public Members

namedescription
DataChannelOptions()The default constructor.
Id { get; set; }The ID (label) of the data channel.
Mode { get; set; }The reliability mode of the data channel.

See Also