You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(sdks): recover dropped connections with ICE restart
Python SDK now drive the server's
PATCH /whip/{sessionId} ICE restart, keeping the session and the
conversation alive across a network change. Python ships the wire
helpers only — aiortc has no ICE restart primitive.
Refs #38