Skip to content

Commit

Permalink
Update lib/membrane/rtp/session_bin.ex
Browse files Browse the repository at this point in the history
Co-authored-by: Michał Śledź <[email protected]>
  • Loading branch information
Karolk99 and mickel8 authored May 23, 2024
1 parent 3a97566 commit b2d4cd2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/membrane/rtp/session_bin.ex
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ defmodule Membrane.RTP.SessionBin do
On each `Pad.ref(:output, ssrc)`, only RTCP sender reports with the corresponding SSRC will be sent.
These reports can be used, for instance, to synchronize different rtp streams.
RTCP packets for the outbound stream are available `rtcp_sender_output` pad.
RTCP packets will only be produced if rtcp_receiver_report_interval option is set to a value other than nil.
RTCP packets for the outbound stream are available on `rtcp_sender_output` pad.
RTCP packets will only be produced if rtcp_sender_report_interval option is set to a value other than nil.
"""
use Membrane.Bin

Expand Down

0 comments on commit b2d4cd2

Please sign in to comment.