using System; /// /// RTC模块 房间信息 /// https://yapi.ghz-tech.com:8843/project/60/interface/api/1001 /// [Serializable] public class RTCRoomInfo { public string roomId; public string token; public string host; }