[Fix]解决根据ip查询直播url网络请求失败时交互有误的问题

Signed-off-by: chenfufeng <chenfufeng@zhidaoauto.com>
This commit is contained in:
chenfufeng
2021-11-12 16:47:16 +08:00
parent ae01c68c07
commit ecbfc7fb1a
5 changed files with 18 additions and 0 deletions

View File

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