RainwayConfig.OnPeerDataChannel property
Called when a peer requests to open a new data channel.
public Action<RainwayRuntime, RainwayPeer, string, bool>? OnPeerDataChannel { get; set; }
See Also
- class RainwayRuntime
- class RainwayPeer
- class RainwayConfig
- namespace Rainway.SDK