-
Notifications
You must be signed in to change notification settings - Fork 117
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
[ElementCall] Video calling is broken #3041
Comments
- not completely sure why this happens but `reportOutgoingCall` interferes with how the WebView gets access to video streams - the call itself isn't really necessary so removing it is the simplest way forward
- not completely sure why this happens but `reportOutgoingCall` interferes with how the WebView gets access to video streams - the call itself isn't really necessary so removing it is the simplest way forward
- not completely sure why this happens but `reportOutgoingCall` interferes with how the WebView gets access to video streams - the call itself isn't really necessary so removing it is the simplest way forward
Reopening this as videos still go missing when the call is started in response to an incoming CallKit notification. |
Transcript from the internal room:
|
After starting or joining a video call the web app not longer shows videos (incoming or outgoing) on the UI.
Sending video also doesn't work properly with the other side (Element web in this case) sometimes receiving the video, sometimes not
The text was updated successfully, but these errors were encountered: