Skip to content

RTP bundle fix - incoming packets distibution to secondary session was...

Andrea Gianarda requested to merge feature/video_conf_mix_master into master

RTP bundle fix - incoming packets distibution to secondary session was involuntarily rate limited because we break out from the recv while loop as soon as a packet to a secondary session was received. A bit of re-design fixes the issue.

Merge request reports