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)
parameter | description |
---|---|
name | Name of the new channel |
reliable | Whether it should use reliable transport |
See Also
- class RainwayPeer
- namespace Rainway.SDK