[Fix] 处理

1003070 	描述:推流函数调用失败。
可能原因:多房间模式下,调用的推流函数有误。
处理建议:调用带有参数 [ZegoPublisherConfig] 的推流函数。
This commit is contained in:
donghongyu
2021-12-28 14:12:52 +08:00
parent 3ed9a071bc
commit e4808667d5
5 changed files with 16 additions and 39 deletions

View File

@@ -58,7 +58,7 @@ public class MoGoApplication extends MultiDexApplication {
// 设置AI云平台分配给三方应用的签名密钥需要从AI云平台申请
// 设置车机设备的唯一标识(这些表识必须是通过后台录入的设备)
// TODO 这里使用的是测试的sn
clientConfig.setThirdPartyDeviceId("1234567899876543214");
clientConfig.setThirdPartyDeviceId("123456789987654321");
// 设置应用服务AppId 长链、鉴权 //todo 需要卸载智慧驾驶、行车记录仪
clientConfig.setServiceAppId("com.mogo.launcher");
// 设置循环检测间隔时间

View File

@@ -34,7 +34,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:hint="请输入要查看的车机SN"
android:text="F803EB2046PZD00274"
android:text="F803EB2046PZD00212"
android:textColor="#000"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"