Skip to content

Flexfec: manage the FEC streams to enable and disable the video during a call

Flore Harlé requested to merge fix/enable-disable-fec-with-video-stream into master

The MediaStream unsuscribes the FEC stream from the FEC parameters. Update the destruction of a FEC stream : remove the FEC stream from the list of modifiers of the transport. As the FEC stream is already NULL when the rtp_session_destroyed is called, the management of the FEC stream and of the FEC session is removed there. The FEC session is destroyed with ms_media_stream_sessions_uninit.

Merge request reports