<div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr">Hi there,<div><br></div><div><b>Problem</b></div><div><br></div><div>In a WebRTC conference, participant A & B join with only one video track, then B add another video track with the SDP renegotiate, A cannot see B's two video tracks.</div><div><br></div><div><b>Root Cause</b></div><div><b><br></b></div><div>After work through the source code, the problem may caused by the sdp_requires_deferral() in res_pjsip_session.c:</div><div>It does not take of the situation of the new creation of the video track.</div><div><br></div><div><b>Solution</b></div><div><br></div><div>Can I use the handle_incoming_sdp() to replace the sdp_requires_deferal() ? handle_incoming_sdp() function is called during the init of the session, it does the track initial progress.</div><div><br></div><div>Sincerely</div><div>Xiemin</div><div><br></div><div><br></div></div></div></div></div>