Class SignalingEventData
Inheritance
SignalingEventData
Assembly: Unity.RenderStreaming.dll
Syntax
public class SignalingEventData : BaseEventData
Constructors
SignalingEventData(EventSystem)
Declaration
public SignalingEventData(EventSystem eventSystem)
Parameters
Type |
Name |
Description |
EventSystem |
eventSystem |
|
Properties
channel
Declaration
public RTCDataChannel channel { get; set; }
Property Value
Type |
Description |
RTCDataChannel |
|
connectionId
Declaration
public string connectionId { get; set; }
Property Value
sdp
Declaration
public string sdp { get; set; }
Property Value
transceiver
Declaration
public RTCRtpTransceiver transceiver { get; set; }
Property Value
Type |
Description |
RTCRtpTransceiver |
|