Interface IRenderStreamingDelegate
Syntax
public interface IRenderStreamingDelegate
Events
onAddChannel
Declaration
event Action<string, RTCDataChannel> onAddChannel
Event Type
onAddTransceiver
Declaration
event Action<string, RTCRtpTransceiver> onAddTransceiver
Event Type
onConnect
Declaration
event Action<string> onConnect
Event Type
onCreatedConnection
Declaration
event Action<string> onCreatedConnection
Event Type
onDeletedConnection
Declaration
event Action<string> onDeletedConnection
Event Type
onDisconnect
Declaration
event Action<string> onDisconnect
Event Type
onGotAnswer
Declaration
event Action<string, string> onGotAnswer
Event Type
onGotOffer
Declaration
event Action<string, string> onGotOffer
Event Type
onStart
Declaration
Event Type