Commit ea316278 authored by martin hou's avatar martin hou

fix: 增加Live模式接口

parent a0588464
......@@ -206,6 +206,9 @@ declare class Jensen {
// 是否繁忙
busy: () => boolean;
// 是否处于Live模式
isLiveMode: () => boolean;
// 开始BNC体验
beginBNC: (time?: number) => Promise<ReturnStruct['common']>;
// 停止BNC体验
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment