We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
is this not the node.js library?
There is no nodejs library. This library is meant to run in a browser-like environment.
Sorry that's what I meant. How would I do an audio only chat room?
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.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: