直播显示

This commit is contained in:
2020-10-21 16:22:17 +08:00
parent aa32a51813
commit 6bad12dcdf
7 changed files with 115 additions and 14 deletions

View File

@@ -15,9 +15,6 @@ declare module 'axios' {
}
}
// 图片选择
export interface ImgInfo {
file: string;

4
src/types/trtc-js-sdk.d.ts vendored Normal file
View File

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