增加无界正式环境appid
This commit is contained in:
@@ -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'
|
||||
|
||||
|
||||
// 易盾
|
||||
|
@@ -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;
|
||||
|
Reference in New Issue
Block a user