Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

constants.js 418B

12345678
  1. export const CALLSTATS_SCRIPT_URL = 'https://api.callstats.io/static/callstats-ws.min.js';
  2. /**
  3. * The number of remote speakers for which the audio levels will be calculated using
  4. * RTCRtpReceiver#getSynchronizationSources. Limit the number of endpoints to save cpu on the client as this API call
  5. * is known to take longer to execute when there are many audio receivers.
  6. */
  7. export const SPEAKERS_AUDIO_LEVELS = 5;