using System.Collections; using System.Collections.Generic; using UnityEngine; public class CustomInfo { public static int mWidth = 1280; public static int mHight = 720; public static int FPS = 30; //public static string url = "apitest.shadowcreator.com";//uat测试版 // public static string url = "api.shadowcreator.com:443/rtcwss/";//正式版 public static string url = "office.ghz-tech.com:3442/rtcwss/"; public static int POST = 3442; public static string disPlayName = ""; public static string RoomId = "1111"; public static string roomPwd = ""; public static bool isRevAllAudio = true; public static bool isRevAllVideo = false; public static bool isSendAudio = true; public static bool isSendVideo = false; }