修复了直播

This commit is contained in:
2020-10-29 15:46:21 +08:00
parent bd59677bb5
commit 24e5c4c50c
3 changed files with 54 additions and 25 deletions

View File

@@ -1,4 +1,6 @@
declare module 'trtc-js-sdk' {
export function createClient(info: any): any
export function createStream(info: any): any
export function checkSystemRequirements(): any
export function isScreenShareSupported(): any
}