【m】优化socket代码
This commit is contained in:
@@ -119,6 +119,10 @@ namespace Unity.RenderStreaming.RuntimeTest
|
||||
public event Action<string> onDisconnect;
|
||||
public event Action<string, RTCRtpTransceiver> onAddTransceiver;
|
||||
public event Action<string, RTCDataChannel> onAddChannel;
|
||||
public event Action<string, string> onParticipantJoined;
|
||||
public event Action<string, string> onParticipantLeft;
|
||||
public event Action<string, string> onCallRequest;
|
||||
public event Action<string, string, string> onMessage;
|
||||
|
||||
public void RaiseOnStart()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user