Questions tagged [jitsi-meet]

184 questions
15
votes
5 answers

Process 'command 'node'' finished with non-zero exit value 1

I tried to build jitsi meet based on react-native but it stucks in bundleReleaseJsAnd assets and then throw this error : Process 'command 'node'' finished with non-zero exit value 1
ali mardani
  • 315
  • 1
  • 5
  • 13
5
votes
1 answer

react-native-jitsi-meet module not found

I am trying to install Jitsi-Meet plugin in my react-native project. I am trying to create a video/audio conference meetup feature in a website and I want to use react-native for the same purpose. this is the plugin link.react-native-jitsi-meet -…
5
votes
2 answers

Adding authentication to Jitsi Meet

I would like to add the ability to only allow authenticated users to create a conference in Jitsi Meet. I see the external API's jwt param, config.tokenAuthUrl and the lib-jitsi-meet tokens document but I'm very confused on how to put it all…
Kerry Ritter
  • 921
  • 4
  • 14
  • 25
4
votes
0 answers

How to restrict user to turn on Audio and Video in Jitsi conference call?

I want to restrict certain user to turn on Audio and Video option in Jitsi meet activity. I am able to mute Audio and Video but user can turn them on back. I want to completely restrict them to turn them on. Here is code snippet I…
Kuls
  • 1,899
  • 15
  • 36
4
votes
1 answer

Ant Media, Jitsi and Janus Which one is best to start live voice stream one to many in Mobile Applications?

I want to build a mobile application where one of the participating users can broadcast audio at a time to other participants can only listen audio, Ant Media, Jitsi and Janus Which one is best to start live voice stream one to many in Mobile…
Zero Cool
  • 228
  • 2
  • 10
4
votes
0 answers

Jitsi-meet video conference connection failed automatically after 10 seconds

I have installed Jitsi-meet at my own server as per documentation and its working fine. Problem: When I create video conferencing and share URL to join othres they can join successfully but they disconnected after 10 seconds with below errors in…
Raghbendra Nayak
  • 1,499
  • 2
  • 19
  • 38
3
votes
1 answer

Jitsi Meet - Allow only JWT token authentication and get rid of user and password authentication

On my Jitsi Meet Prodody config file: ~/.jitsi-meet-cfg/prosody/config/conf.d I have the following configuration: admins = { "focus@auth.meet.jitsi", "jvb@auth.meet.jitsi" } plugin_paths = { "/prosody-plugins/", "/prosody-plugins-custom"…
davidesp
  • 2,546
  • 6
  • 25
  • 59
3
votes
1 answer

How can I implement the jwt token prosody plugin in my Docker self-hosted Jitsi server for my Android application?

I am trying to develop an Android application which integrates Jitsi for video conferencing. Normally, a room name is chosen and a room is created. However, anyone that knows or guesses the room name can join the call. In order to prevent this, I…
codertryer
  • 140
  • 8
3
votes
0 answers

Error: Config no longer needed! in jitsi meet flutter

The config.js file was already loaded and at second time its again loading and giving the error which triggers the onConferenceTerminated event and ends the meeting.The following code of join meeting :- try { var stopwatch =…
3
votes
1 answer

Jitsi Meet in Flutter

How can we use Jitsi Meet in Flutter? I need to add Jitsi meet to my current application, but it seems there is no any proper example to use jitsi in flutter application. I would appreciate a lot if someone can provide me some example or reference…
3
votes
1 answer

Error occurring while executing the jitsi-meet sdk

getting issues in executing the jitsi-meet sdk. these are the issues occurring. /Users/jeetk/Desktop/tring/iostring/ios/Pods/Target Support Files/Pods-jitsi-meet/Pods-jitsi- meet.debug.xcconfig: unable to open file (in target "jitsi-meet" in project…
manishkumar
  • 543
  • 2
  • 5
  • 21
3
votes
0 answers

React-Native Jitsi Meet 'null is not an object (evaluating 'JitsiMeetModule.call)' Error

I am new to react-native and Jitsi-Meet. I a trying to develop a video-call app using Jitsi Meet. I applied everything as in the descriptions on official website but I get the errors in the pics. here are some of my codes on my Jitsi.js component…
Serkan AKMAN
  • 615
  • 1
  • 5
  • 17
3
votes
1 answer

Let's Encrypt certificate for site alongside Jitsi Meet

I've a server running Ubuntu 18.04 and Nginx and have a fully functioning instance of Jitsi Meet hosted on it. On the other hand I have 2 other sites (one a react front end and the other a backend) and i need them to have ssl certificates since we…
hunvee3
  • 47
  • 6
3
votes
1 answer

Can we add JitsiMeetView to our custom layout?

I need to add JitsiMeetView to my custom layout for a video application. Is it possible ? Here I used - implementation ('org.jitsi.react:jitsi-meet-sdk:2.2.2') { transitive = true } @Override protected void onCreate(Bundle savedInstanceState)…
2
votes
0 answers

How to implement the load balancing for jitsi meet?

We have successfully install the jitsi-meet on Ubuntu Server. We followed the following link https://jitsi.org/downloads/ubuntu-debian-installations-instructions/ Now we want to Implement the load balancing technique for a large no. of users and…
user10328862
  • 105
  • 1
  • 7
1
2 3
12 13