[6.9.0] fix bug of driver seat
This commit is contained in:
@@ -10,7 +10,7 @@ interface IDriveSeatVideoProvider {
|
||||
* 视频直播是否可用
|
||||
* @return true: 可用; false: 不可用
|
||||
*/
|
||||
suspend fun requestVideoInfo(): VideoUrlData?
|
||||
fun requestVideoInfo(onSuccess: (VideoUrlData) -> Unit, onError: (String) -> Unit)
|
||||
|
||||
/**
|
||||
* 获取司机位视频展示控件
|
||||
|
||||
Reference in New Issue
Block a user