As the HTTP PATCH request sent by a WHIP client may be received out-
of-order by the WHIP resource, the WHIP resource MUST generate a
unique strong entity-tag identifying the ICE session as per [RFC9110]
section 2.3. The initial value of the entity-tag identifying the
initial ICE session MUST be returned in an ETag header field in the
201 response to the initial POST request to the WHIP endpoint.
Currently whip.js and whep.js do not grab the ETag header,
and they do not pass it in inside the If-Match header, either.
Are you planning on adding this?
Would you rather receive a PR?
Thanks. (And thank you for your WebRTC work in general, @murillo128 )
The July 25 2022 draft says:
Currently
whip.js
andwhep.js
do not grab theETag
header, and they do not pass it in inside theIf-Match
header, either.Are you planning on adding this? Would you rather receive a PR?
Thanks. (And thank you for your WebRTC work in general, @murillo128 )