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
handle_crash_group_down
When handling group crash I would like to know the exception, which caused the crash.
17:24:30.329 [error] GenServer #PID<0.4391.0> terminating ** (RuntimeError) No supported payload types in SDP offer! (membrane_webrtc_plugin 0.17.0) lib/membrane_webrtc_plugin/track.ex:210: Membrane.WebRTC.Track.set_constraints/3
In the above example it would be great to have the (RuntimeError) No supported payload types in SDP offer! in the context.
(RuntimeError) No supported payload types in SDP offer!
The text was updated successfully, but these errors were encountered:
DominikWolek
Successfully merging a pull request may close this issue.
When handling group crash I would like to know the exception, which caused the crash.
In the above example it would be great to have the
(RuntimeError) No supported payload types in SDP offer!
in the context.
The text was updated successfully, but these errors were encountered: