Eyevinn / whip

Client and Server modules for WebRTC HTTP Ingestion Protocol (WHIP)
Apache License 2.0
94 stars 15 forks source link

WHIP client MAY perform trickle ICE or an ICE restarts by sending a HTTP PATCH #9

Closed birme closed 2 years ago

birme commented 2 years ago

Add support for WHIP client and WHIP endpoint to handle trickle ICE or ICE restarts

https://www.ietf.org/archive/id/draft-ietf-wish-whip-01.html#section-4.1

marcusspangenberg commented 2 years ago

Implemented trickle-ice support, but leaving out ice restart for now since it's an uncommon case. We can open a new issue for that if needed.