Questions tagged [jitsi-meet]

184 questions
0
votes
1 answer

Gathering stats from Jitsi

I have set up a jitsi server from packages and now I'm trying to log some connection stats to a database. For example, PUT some little blobs of data about significant bitrate changes. I feel familiar with JavaScript and somewhat familiar with…
Džuris
  • 1,729
  • 3
  • 22
  • 41
0
votes
1 answer

Jitsi meet connection doesn't established

As the image I try to setup connection jitsi-meet but it won't run onConnectionSuccess. This is the log Does anyone know how to setup jitsi connection? Thanks
0
votes
0 answers

Call Android Library in React Native

I have a following code in Native Android package org.jitsi.example; import android.os.Bundle; import android.support.v4.app.FragmentActivity; import org.jitsi.meet.sdk.JitsiMeetView; import org.jitsi.meet.sdk.ReactActivityLifecycleCallbacks; //…
scott
  • 2,692
  • 13
  • 41
  • 72
0
votes
1 answer

Jitsi VideoBridge debug using eclipse

Hello all as I wanted to play with the jitsi-videobridge source code I downloaded the souce from git-hub and I want to run it using eclipse IDE such that I can Know how the calls are made inside the jvb but I'm unable to build the maven project in…
geeker
  • 277
  • 1
  • 13
0
votes
1 answer

Configure nginx to run Jitsi on Debian 10

I am running an out of the box Debian GNU/Linux 10 (buster) with nginx and this nginx config file: /etc/nginx/sites-available/example.abc.de server { server_name example.abc.de; root /var/www/example.abc.de/; index index.html; listen…
wintermeyer
  • 7,536
  • 8
  • 34
  • 69
0
votes
1 answer

How do I set multiple paths in prosody's ldap basedn variable

I've set up a jitsi-meet instance for test purposes and I use the ldap-related modules for user authentication configured in /etc/prosody/conf.d/ldap.cfn.lua. Here is my working ldap.cfn.lua (I removed usernames and passwords and replaced them with…
kratsching
  • 65
  • 1
  • 8
0
votes
1 answer

How can I disable avatar in jitsi meet

I am using jitsi meet in my android app. but I would like to disable the view where is shows user avatar, I do not want to change it , just completely hide that view. I know we can make change by modifying interface_config.js , but not sure , which…
mW3
  • 107
  • 18
0
votes
0 answers

Jitsi-Meet SDK - Get alert of push for incoming call React Native

I have implemented jitsi-meet video call successfully in my React Native app using react-native-jitsi-meet SDK. Both the user can join a call successfully with same URL. Now here, I want to get alert when user A start a call, user B should get alert…
0
votes
0 answers

Generate jwt token for JitsiMeet with java library auth0-java

In relation at this github issue: https://github.com/auth0/auth0-java/issues/228 I need to find out how to manage complex claim object with JWT Token I'm trying to generate a JWt Token for Jitsimeet, but i have some doubt on how to use the java…
4535992
  • 384
  • 7
  • 25
0
votes
0 answers

Audio/ Video calling in android with jitsi

I am working on a chat application on which I have to do the video/Audio call. After lots of R&D I have found to go with Jitsi platform. I am referring to the Atalk code so I am having some NDK issues which is a bit difficult for me to solve. I am…
0
votes
1 answer

How to Fix "Cannot read property 'substr' of null" on call to initJitsiConference

I'm attempting to integrate lib-jitsi-meet into an Angular (version 7) application and, when calling initJitsiConference with an established JitsiConnection, am receiving a compile error at the xmpp.js level. The source is taken directly from the…
0
votes
1 answer

Module AppRegistry is not a registered callable module (calling runApplication) - for Jitsi-meet

You might find this question as a duplicate one but my scenario is different. I am using Jitsi-Meet for video conference in one of my react native application. I use Jitsi-meet dependency to use features of Jitsi-meet from my android code to react…
AndiM
  • 2,101
  • 2
  • 15
  • 33
0
votes
2 answers

Unable to understand the navigation in jitsi

I want to make a conferencing app using Jitsi and add some of my own pages in it. Is it possible to navigate between my pages and jitsi conferencing page. I've tried to understand the code and flow in the lib-jitsi-meet repository. Here's the github…
0
votes
2 answers

Issue when starting Jitsi video call activity

I am able to run Jitsi video calling android sdk successfully when I add the main video calling activity as the launcher activity of the application, video is getting connected smooth and no worries . However when I changed to the code to calling…
Royce Raju Beena
  • 808
  • 5
  • 22
0
votes
1 answer

Understanding addEventListener callbacks from api?

I'm just trying to wrap my head around an event listener in Jitsi Meet API, I haven't run across something like this and I'm sure its the same concept in alot of api's - I'm not sure on approach. Basically in the jitsi meet api you can use…
JronCh
  • 123
  • 1
  • 11
1 2 3
12
13