medooze / whip-whep-js

WHIP and WHEP clients javascript module
MIT License
65 stars 15 forks source link

Don't throw Error on fetch PATCH 501, 405 status #12

Closed cameronelliott closed 7 months ago

cameronelliott commented 11 months ago

Resubmitting this to be cleaner. Last PR had 47 line changes due to CRLF issues.

From my reading of the whep draft, the client can and should continue in spite of a 501 or 405 status from the whep resource/server.

Resubmission of #10