「dev_opt_2.15.0」

1、完成bus司机屏增加开关控制bus乘客屏展示视频流;
This commit is contained in:
donghongyu
2023-04-18 20:58:19 +08:00
parent bd920c8d48
commit a7b61aa124
6 changed files with 68 additions and 3 deletions

View File

@@ -149,6 +149,11 @@ class TeleMsgHandler : IMsgHandler {
CallerTelematicListenerManager.invokeReceivedMsg(TelematicConstant.OPEN_ROMA_STATUS,it.body)
}
}
TelematicConstant.CONTROL_PASSENGER_DRIVER_MONITOR -> {
ThreadUtils.runOnUiThread {
CallerTelematicListenerManager.invokeReceivedMsg(TelematicConstant.CONTROL_PASSENGER_DRIVER_MONITOR,it.body)
}
}
else -> {
}
}