修复事件BUG

This commit is contained in:
lxj
2025-09-08 17:50:44 +08:00
parent 46796100e2
commit ea896175ab
13 changed files with 763 additions and 58 deletions

View File

@@ -22,3 +22,7 @@ export interface AddStreamProxyQuery {
stream:string;
}
export interface SdkPlayBack {
wsUrl:string;
}