【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

@@ -28,6 +28,21 @@ namespace Unity.RenderStreaming
/// </summary>
public string sdp { get; set; }
/// <summary>
/// 参与者ID
/// </summary>
public string participantId { get; set; }
/// <summary>
/// 角色 (host/participant)
/// </summary>
public string role { get; set; }
/// <summary>
/// 自定义消息内容
/// </summary>
public string message { get; set; }
/// <summary>
///
/// </summary>