-
-
Notifications
You must be signed in to change notification settings - Fork 589
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
GroupCall/Conference example #3889
Comments
Hi @ruocogito you have said 1v1 video calls works fine for you. In my side , Audio call is working fine but the video call not working .I little stuck in video call one to one communication part. can you explain how to stream video and render in view part.. |
Standard git example for 1v1 videocalls works fine, link. It is easy to modiffy it for own ui. I'm using own synapse matrix server with coturn. |
Hello, i'm now implementing matrix support in my app by this matrix-js-sdk.
Chat & 1v1 video calls works fine.
But i can't found any GroupCall/Conference example.
This not work:
Can your place correct order for using methods for create group video cals?
Or any working example.
...
I research code of element, they use jitsi for conference call, i want make it by pure matrix-js-sdk.
This try not work too:
Test part of matrix-js-sdk use simple create group call and enter, and commented that sleep 10 ms to "wait for calls" but i have not any call.
The text was updated successfully, but these errors were encountered: