Interface IDataChannel
Assembly: Unity.RenderStreaming.dll
Syntax
public interface IDataChannel
Properties
Channel
Declaration
RTCDataChannel Channel { get; }
Property Value
Type |
Description |
RTCDataChannel |
|
ConnectionId
Declaration
string ConnectionId { get; }
Property Value
IsConnected
Declaration
bool IsConnected { get; }
Property Value
IsLocal
Declaration
Property Value
Label
Declaration
Property Value
Methods
SetChannel(string, RTCDataChannel)
Declaration
void SetChannel(string connectionId, RTCDataChannel channel)
Parameters
Type |
Name |
Description |
string |
connectionId |
|
RTCDataChannel |
channel |
|
SetChannel(SignalingEventData)
Declaration
void SetChannel(SignalingEventData data)
Parameters