Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • IReportInitOptions

Index

Properties

Methods

Properties

Optional useBatch

useBatch?: boolean

批量接收音量统计信息的开关,默认关闭

Methods

Optional spoke

  • spoke(data: { id: string; stream: { audioLevel: number } } | { id: string; stream: { audioLevel: number } }[]): void
  • 用于接收音量统计数据,当 useBatch 值为 true 时,数据将以数组的形式批量回传

    Parameters

    • data: { id: string; stream: { audioLevel: number } } | { id: string; stream: { audioLevel: number } }[]

    Returns void

Generated using TypeDoc