增加无界正式环境appid

This commit is contained in:
huangjian
2021-04-23 17:13:30 +08:00
committed by zu
parent 28ecb5352e
commit 91b2a60153
2 changed files with 2 additions and 2 deletions

View File

@@ -91,7 +91,7 @@ dependencies {
// 声网
api 'io.agora.rtc:full-sdk:3.0.1'
//无界
api 'com.wjhd.wy:WYMediaEngine:1.7.5-20210414.032717-1'
api 'com.wjhd.wy:WYMediaEngine-beta:1.7.5-SNAPSHOT-phone'
// 易盾

View File

@@ -4,7 +4,7 @@ import com.yizhuan.xchat_android_core.BuildConfig;
public class WJAudioConstant {
public static volatile String LOG_DIR = "";
public static final String APPID = BuildConfig.DEBUG ? "6tKpYf2csykNjoHYsi7xlfVhCYDbq4xw":"";
public static final String APPID = BuildConfig.DEBUG ? "6tKpYf2csykNjoHYsi7xlfVhCYDbq4xw":"7gd01Cmlt5FrybYmDpCI4M53cigD5GtB";
public final static int MESSAGE_ENTER_CHANNEL_SUCCESS = 0;
public final static int MESSAGE_ENTER_CHANNEL_FAIL = 1;