Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hide video like reddit talk or other talk community apps? #2167

Open
ralyodio opened this issue Dec 2, 2022 · 5 comments
Open

Hide video like reddit talk or other talk community apps? #2167

ralyodio opened this issue Dec 2, 2022 · 5 comments

Comments

@ralyodio
Copy link

ralyodio commented Dec 2, 2022

I'm wondering if I can use the jitsi javascript library to build a reddit-talk like app (no video, just audio).

How would I do it? Is it enough to just hide the video with css or is there someway to do audio-only calls for a group.

@saghul
Copy link
Member

saghul commented Dec 2, 2022

This is the lib-jitsi-meet repo, the lower level library. With it you could build your own app without video and with the UI you want.

@ralyodio
Copy link
Author

ralyodio commented Dec 2, 2022

is this not the node.js library?

@saghul
Copy link
Member

saghul commented Dec 2, 2022

There is no nodejs library. This library is meant to run in a browser-like environment.

@ralyodio
Copy link
Author

ralyodio commented Dec 3, 2022

Sorry that's what I meant. How would I do an audio only chat room?

@saghul
Copy link
Member

saghul commented Dec 3, 2022

You can start by looking at the example: https://github.com/jitsi/lib-jitsi-meet/tree/master/doc/example and just don't use video streams, just do audio.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants