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

Update deps and examples #168

Merged
merged 1 commit into from
Sep 23, 2024
Merged

Update deps and examples #168

merged 1 commit into from
Sep 23, 2024

Conversation

mickel8
Copy link
Member

@mickel8 mickel8 commented Sep 23, 2024

This PR:

  • update deps in ex_webrtc and example apps
  • handles :EXIT message from PeerConnection - Bandit seems to trap exits so when our PeerConnection goes down, it won't bring PeerHandler process down. In most cases, PeerHandler is terminated anyway as WS closes on the other hand but...
  • fixed two obsoleted functions from JB

@mickel8 mickel8 marked this pull request as ready for review September 23, 2024 13:34
@mickel8 mickel8 requested a review from sgfn September 23, 2024 13:34
@@ -83,13 +83,21 @@ defmodule SaveToFile.PeerHandler do
:video -> state.video_buffer
:audio -> state.audio_buffer
end
|> JitterBuffer.handle_timer()
|> JitterBuffer.handle_timeout()
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oops, sorry bout that

@mickel8 mickel8 merged commit f985c68 into master Sep 23, 2024
3 checks passed
@mickel8 mickel8 deleted the deps branch September 23, 2024 15:36
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

Successfully merging this pull request may close these issues.

2 participants