DharmeshBasapati
DharmeshBasapati

Reputation: 67

How to remove video button while in Flutter Jitsi Meet call screen?

I am using Jitsi Meet Flutter Library in my app and I want to remove video option while in the calling screen(To make it look like its just a voice call). So is there any feasible way or tactic to implement this?

Thanks in advance.

Upvotes: 0

Views: 1137

Answers (1)

Jagadish
Jagadish

Reputation: 1186

No theres no such way to do what you want if you are using default server but if you are using your own server then you can customize it. Or else if you want to do it with default server then you have to recompile the react native SDK again your self according to your needs.

Suggestion: better use agora SDK for voice calling and jitsi for video calling. As agora provides support and customizations for separately voice and video call.

Upvotes: 1

Related Questions