Is it possible to set a desktop share max bitrate in the connection or conference settings?
In lib-jitsi-meet it’s the constant called DESKTOP_SHARE_RATE. Can this value be overriden?
Yes by providing desktopBitrate in videoQuality
Adding the above to the conference options updates the setting, as @damencho says above
conferenceOptions = {
openBridgeChannel: true,
videoQuality: {
desktopBitrate: 2000000
}
};
Eyalc
4
Hi,
Is it possible to change it for Android (mobile) sharing as well ?
Thanks