Browse Source

roomId 类型

DGJ 1 year ago
parent
commit
db17b586df
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Assets/Game/Blue/RTC/Info/RTCRoomInfo.cs

+ 1 - 1
Assets/Game/Blue/RTC/Info/RTCRoomInfo.cs

@@ -7,7 +7,7 @@ using System;
 [Serializable]
 public class RTCRoomInfo
 {
-    public int roomId;
+    public string roomId;
     public string token;
     public string host;
 }