Class SignalingEventData
Inheritance
SignalingEventData
Syntax
public class SignalingEventData : BaseEventData
Constructors
SignalingEventData(EventSystem)
Declaration
public SignalingEventData(EventSystem eventSystem)
Parameters
Properties
channel
Declaration
public RTCDataChannel channel { get; set; }
Property Value
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