.NET SDK - Peer.CreateDataChannelAsync

Peer.CreateDataChannelAsync method

Creates a data channel.

public Task<DataChannel> CreateDataChannelAsync(DataChannelOptions options)
parameterdescription
optionsdata channel options

Return Value

data channel object

See Also