[6.0.0][Opt]新增连接上司机屏的乘客屏SN

This commit is contained in:
chenfufeng
2023-08-10 11:16:10 +08:00
committed by zhongchao
parent 34ed9be7a6
commit 146ca5f14a

View File

@@ -164,6 +164,9 @@ class MoGoAutopilotControlProvider :
}
override fun onReceiveClientSign(channel: Channel?, sn: String?) {
sn?.let {
invokeNettyConnResult("连接成功的乘客屏sn为:$it")
}
}
}, MoGoAiCloudClientConfig.getInstance().sn)
} else {