- From: Philipp Hancke via GitHub <sysbot+gh@w3.org>
- Date: Fri, 04 Feb 2022 08:43:44 +0000
- To: public-webrtc-logs@w3.org
#302 looks like the intent was "after negotiation". But then JSEP tells us there shall be no ssrc lines. I think we need the following test assertions: * createOffer->SLD does not create objects * createOffer->SLD-SRD-with-ssrcs does create objects even when no connection is established * createOffer->SLD->SRD-without-ssrc does not create objects since the ssrc is not known * createOffer->SLD->SRD-without-ssrc + connection does create objects since the ssrc is known The assumption seems to be that the ssrc is constant and always set (looking at the object ids in chrome :scream_cat:) which leaves ssrc collisions woefully under-specified but I doubt that is a big problem. -- GitHub Notification of comment by fippo Please view or discuss this issue at https://github.com/w3c/webrtc-stats/issues/619#issuecomment-1029765633 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Friday, 4 February 2022 08:43:46 UTC