feat(external-api) support assumed bandwidth bps command + ljm update (#13275)

This commit is contained in:
Mihaela Dumitru
2023-04-26 17:48:59 +03:00
committed by GitHub
parent 6b9f234b30
commit 9f4faae7a6
6 changed files with 38 additions and 8 deletions

View File

@@ -15,3 +15,10 @@ export const API_ID = parseURLParams(window.location).jitsi_meet_external_api_id
* The payload name for the datachannel/endpoint text message event.
*/
export const ENDPOINT_TEXT_MESSAGE_NAME = 'endpoint-text-message';
/**
* The min value that can be set for the assumed bandwidth.
* Setting it to this value means not assuming any bandwidth,
* but rather allowing the estimations to take place.
*/
export const ASSUMED_BANDWIDTH_BPS = -1;