合并直播

This commit is contained in:
2023-11-10 15:17:33 +08:00
parent f15c609f1c
commit 37d2f0b975
27 changed files with 653 additions and 354 deletions

View File

@@ -1,6 +1,10 @@
package com.yunbao.common.bean;
public class AnchorStartLiveBean extends BaseModel{
public static final int TYPE_LIVE=0;
public static final int TYPE_CHAT=1;
public static final int TYPE_CALL_AUDIO=2;
public static final int TYPE_CALL_VIDEO=3;
private String anchorName;
private String avatar;
private String roomId;

View File

@@ -89,7 +89,7 @@ public class IMLoginManager extends BaseCacheManager {
language = "zh";
}
if (!getBoolean(KEY_LANGUAGE, !TextUtils.equals(language, "zh"))) {
return Locale.TRADITIONAL_CHINESE;
return Locale.SIMPLIFIED_CHINESE;
} else {
return new Locale("en", "rUS");
}

View File

@@ -48,7 +48,7 @@ public class RongcloudIMManager {
} else {
RONG_IM_KEY = "uwd1c0sxu1p71"; //正式服key
}
RONG_IM_KEY="lmxuhwagl7s1d";
//RONG_IM_KEY="lmxuhwagl7s1d";
}
/**