Vous ne pouvez pas sélectionner plus de 25 sujets
Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
12345678 |
- export const CALLSTATS_SCRIPT_URL = 'https://api.callstats.io/static/callstats-ws.min.js';
-
- /**
- * The number of remote speakers for which the audio levels will be calculated using
- * RTCRtpReceiver#getSynchronizationSources. Limit the number of endpoints to save cpu on the client as this API call
- * is known to take longer to execute when there are many audio receivers.
- */
- export const SPEAKERS_AUDIO_LEVELS = 5;
|