开始录制的参数设置。
更多设置,详见 MixAdvancesOptions。
{ advances: { keyUser: 'user_xxx', ... }, ... }
输入设置,详见 MixInputOptions。
{ input: { mode: 'manual', streams: [ { userId: 'user_xxx', mediaType: 'camera' }, { userId: 'user_yyy', mediaType: 'screen' }, ] }, ... }
输出设置,详见 MixOutputOptions。
{ output: { mode: 'audio-video', width: 1920, height: 1080, layout: { type: 'main', mainViewUId: 'user_xxx', mainViewType: 'camera', }, ... }, ... }
存储设置。
{ storage: { bucket: 'test-record', region: 'cn-bj' }, ... }
存储的 bucket, 使用 UCloud 的 UFile 产品进行在存储,相关信息见控制台操作文档。
存储服务所在的地域。
Generated using TypeDoc
开始录制的参数设置。