|
@@ -68,7 +68,7 @@ public class MainActivity extends BaseVideoActivity implements Listener.VideoLis
|
|
|
}
|
|
|
|
|
|
private boolean initData() {
|
|
|
- if (Macros.DEBUG) {
|
|
|
+ if (Macros.DEBUG_VIDEO) {
|
|
|
mVideoType = SKConstant.VIDEO_TYPE_AGORA;
|
|
|
mCallType = SKConstant.VIDEO_CALL_IN;
|
|
|
mCallId = TestManager.testTargetId();
|