diff --git a/lib/membrane/rtp/session_bin.ex b/lib/membrane/rtp/session_bin.ex index bfb7fa44..618fcdd0 100644 --- a/lib/membrane/rtp/session_bin.ex +++ b/lib/membrane/rtp/session_bin.ex @@ -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