Merge remote-tracking branch 'origin/dev_MogoAP_eagle-1030_211020_8.0.14' into dev_MogoAP_eagle-1030_211020_8.0.14

This commit is contained in:
donghongyu
2021-11-12 17:17:12 +08:00
12 changed files with 44 additions and 22 deletions

View File

@@ -185,4 +185,8 @@ object CallerHmiManager : CallerBase() {
fun startRoadCameraLive(flvUrl: String) {
waringProviderApi.startRoadCameraLive(flvUrl)
}
fun showNoSignalView() {
waringProviderApi.showNoSignView()
}
}