jitsi / jitsi-meet

Jitsi Meet - Secure, Simple and Scalable Video Conferences that you use as a standalone app or embed in your web application.
https://jitsi.org/meet
Apache License 2.0
23.27k stars 6.76k forks source link

How to set static Bitarte value min, max or std in react-native-sdk. #15268

Open ShaliniAppzroot opened 2 weeks ago

ShaliniAppzroot commented 2 weeks ago

What problem are you trying to solve?

How to set static Bitarte value min, max or std in react-native-sdk. Please help me Min - 100000 or anyValue Max - 256000 or anyValue std - 256000 or anyValue

Is there any way where I can set these values.

What solution would you like to see?

No response

Is there an alternative?

No response

saghul commented 2 weeks ago

What are you trying to accomplish? Generally speaking, the defaults should be good for everyone...

ShaliniAppzroot commented 2 weeks ago

Is there any possibility to change in bitrate values in custom sdk and how ?

saghul commented 2 weeks ago

Can you answer my question please?

ShaliniAppzroot commented 2 weeks ago

What are you trying to accomplish? Generally speaking, the defaults should be good for everyone...

I want to set the bitrate value at the place of defaults bitrate values. I want to set the bitrate value range is MinBitrate - 100000 or anyValue MaxBitrate - 256000 or anyValue StdBitrate - 256000 or anyValue

saghul commented 2 weeks ago

Why do you need to change the defaults?

ShaliniAppzroot commented 2 weeks ago

Because I want to use in the customised Jitsi-meet-sdk for our project requirement.

ShaliniAppzroot commented 2 weeks ago

Please help me, Can I pass the bitrate value or codec value in the config property and how ? If not then, what I should do in the config.js file and any another file to change the bitrate values.

<JitsiMeeting config = {{ }} room = { 'ThisIsNotATestRoomName' } serverURL = { 'https://meet.jit.si/' } token = { 'dkhalhfajhflahlfaahalhfahfsl' } />

saghul commented 2 weeks ago

Seriously, I am trying to help you, but are making it really hard. Answer this simple questions: why do you need to change those bitrates? What is the purpose of that change?

ShaliniAppzroot commented 2 weeks ago

My client have requirements to set low bandwidth. Where I can set the min max and std Bitrate in the sdk. Please help me