[6.9.0] fix bug of driver seat

This commit is contained in:
zhongchao
2025-01-06 09:59:59 +08:00
parent da3a7015ea
commit 8997550c18
3 changed files with 47 additions and 20 deletions

View File

@@ -10,7 +10,7 @@ interface IDriveSeatVideoProvider {
* 视频直播是否可用
* @return true: 可用; false: 不可用
*/
suspend fun requestVideoInfo(): VideoUrlData?
fun requestVideoInfo(onSuccess: (VideoUrlData) -> Unit, onError: (String) -> Unit)
/**
* 获取司机位视频展示控件