This PR fixes an error in the multistream/forwarding behavior that caused it to stop processing the offer SDP before finding a video mid.
The condition was intended to break the loop once both an audio and video mid are found, since no more SDP lines need to be processed. Instead, it broke prematurely, after finding only an audio mid.
This PR fixes an error in the multistream/forwarding behavior that caused it to stop processing the offer SDP before finding a video mid.
The condition was intended to break the loop once both an audio and video mid are found, since no more SDP lines need to be processed. Instead, it broke prematurely, after finding only an audio mid.