foreign_country


  • // 初始化 const camera = new Camera({ containerCanvas: canvas, customVideoConfig: {}, // 自定义视频配置 customAudioConfig: {}, // 自定义声音配置 callBack: (e:Blob) => { // todo something } })

    published 1.16.0 10 months ago
  • ``` /** * port 要关闭的端口 * callback 关闭端口后的回调 */ closePort(port: string, callback: Function); ```

    published 1.1.8 a year ago