您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

constants.js 326B

123456
  1. /**
  2. * The number of remote speakers for which the audio levels will be calculated using
  3. * RTCRtpReceiver#getSynchronizationSources. Limit the number of endpoints to save cpu on the client as this API call
  4. * is known to take longer to execute when there are many audio receivers.
  5. */
  6. export const SPEAKERS_AUDIO_LEVELS = 5;