【m】优化socket代码

This commit is contained in:
2026-04-29 15:13:24 +08:00
parent 753878bdbb
commit 231021d318
127 changed files with 807 additions and 44137 deletions

View File

@@ -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()
{