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

Add send_pli function #99

Merged
merged 3 commits into from
Apr 15, 2024
Merged

Add send_pli function #99

merged 3 commits into from
Apr 15, 2024

Conversation

LVala
Copy link
Member

@LVala LVala commented Apr 15, 2024

No description provided.

@LVala LVala self-assigned this Apr 15, 2024
@@ -211,6 +211,14 @@ defmodule ExWebRTC.PeerConnection do
GenServer.cast(peer_connection, {:send_rtp, track_id, packet})
end

@doc """
Send and RTCP PLI feedback to the remote peer using specified track.
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
Send and RTCP PLI feedback to the remote peer using specified track.
Send an RTCP PLI feedback to the remote peer using specified track.

@LVala LVala merged commit b6069d9 into master Apr 15, 2024
1 check passed
@LVala LVala deleted the add_pli branch April 15, 2024 08:05
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.

None yet

2 participants