Skip to content

2.21.3

Latest

Choose a tag to compare

@Artem-K-Koltunov Artem-K-Koltunov released this 11 Nov 07:57

v2.21.3:

  • Node.js Migration Fix: Resolved issues in migration logic for applications running under Node.js, ensuring stable initialization and environment compatibility.
  • WebRTC Transport Policy: Introduced the optional iceTransportPolicy parameter ('all' | 'relay') to control ICE candidate gathering behavior. When set to 'relay', only TURN-relayed candidates are used. This option is intended for dedicated servers and should not be used on shared ones.
  • Type Refinements: Improved and clarified TypeScript type definitions across SDK modules.
  • Initialization Readiness: Added the ready(): Promise<void> method that resolves when internal asynchronous initialization is complete. Designed for dedicated servers; not recommended for shared environments.