HomeGuidesAPI Reference
HubBlogChangelogSupport ForumLog In
API Reference

.NET SDK - RainwayPeer.CreateDataChannel

RainwayPeer.CreateDataChannel method

Create a new peer data channel. This is only valid if we were the ones who created the connection.

public Task CreateDataChannel(string name, bool reliable = true)
parameterdescription
nameName of the new channel
reliableWhether it should use reliable transport

See Also