fix(android): ensure maxbitrate & selectedVideoTrack interact correctly (#4155)

This commit is contained in:
Olivier Bouillet
2024-09-17 15:57:26 +02:00
committed by GitHub
parent 1ef2b3a977
commit 7f6b500c82
2 changed files with 20 additions and 6 deletions

View File

@@ -361,6 +361,9 @@ Sets the desired limit, in bits per second, of network bandwidth consumption whe
Default: 0. Don't limit the maxBitRate.
Note: This property can interact with selectedVideoTrack.
To use `maxBitrate`, selectedVideoTrack shall be undefined or `{type: SelectedVideoTrackType.AUTO}`.
Example:
```javascript