question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

How to Integrate jitsi-meet in new react-app(Web) how can i use its component

See original GitHub issue

I’m creating a new React-app and want to use jitsi-meet but there is no component, any doc I found to integerate JITSI-MEET in my React Application there is only simple js stuff they have provided i.e.

var domain = "meet.jit.si";
    var options = {
        roomName: "JitsiMeetAPIExample",
        width: 700,
        height: 180,
        parentNode: undefined,
        configOverwrite: {},
        interfaceConfigOverwrite: {
            filmStripOnly: true
        }
    }
    var api = new JitsiMeetExternalAPI(domain, options);
  }

but I need to know what are the industry standards to create a react-app(Web) with Jitsi-meet and what are the components I need to use and how can I integrate

I want to stream a single video in a div and customize it according to my own UI design

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:5
  • Comments:5 (1 by maintainers)

github_iconTop GitHub Comments

2reactions
mayur-bhandaricommented, May 28, 2019

@manojPebibits : You can use lib-jitsi-meet to do it. I have been able to do so using lib-jitsi-meet.js in ReactJS.

0reactions
shamoonscommented, May 16, 2020

Can you create a custom UI with lib-jitsi-meet?

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to Integrate jitsi-meet in new react-app(Web) how can i ...
I'm creating a new React-app and want to use jitsi-meet but there is no component, any doc I found to integerate JITSI-MEET in...
Read more >
Integrate Jitsi Meet to React application - Meetrix.IO
Integrate Jitsi Meet to React application. Way to include the best video conferencing platform to your existing React application.
Read more >
How to Integrate Jitsi meet in React 2021 (External API ...
In this tutorial, I am gonna tell you how to integrate Jitsi Meet Iframe API in React. Also, how you can use your...
Read more >
Create a Video Call Web App in 10 minutes with Jitsi and React
can share our screen · chat with other meeting members · create separate board room · create polls · change/blur background during video...
Read more >
How to integrate Jitsi-Meet with reactjs web - Stack Overflow
And I used external API iframe also its working fine but I need more control on UI. Below is my react Component :...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found