Skip to content

Releases: anam-org/javascript-sdk

v4.6.0

26 Nov 16:52
93838e4

Choose a tag to compare

4.6.0 (2025-11-26)

Features

  • add server side heartbeat signal message case (#170) (93838e4)

v4.5.0

14 Nov 12:16
eb22ad0

Choose a tag to compare

4.5.0 (2025-11-14)

Features

  • add support for custom TURN servers in AnamClient configuration (#166) (eb22ad0)

v4.4.0

31 Oct 10:16
e7c6c82

Choose a tag to compare

4.4.0 (2025-10-31)

Features

  • add support for CLIENT_TOOL_EVENT data channel messages (#164) (e7c6c82)

v4.3.0

28 Oct 16:21
14c8b26

Choose a tag to compare

4.3.0 (2025-10-28)

Features

v4.2.0

27 Oct 16:55
658e68c

Choose a tag to compare

4.2.0 (2025-10-27)

Features

  • add gateway config option for http and ws requests (#161) (658e68c)

v4.1.0

15 Oct 12:07
8e093b7

Choose a tag to compare

4.1.0 (2025-10-15)

Features

  • add change input audio device function (#160) (8e093b7)

v4.0.0

15 Oct 10:06
4558ec8

Choose a tag to compare

4.0.0 (2025-10-15)

Features

  • request mic permissions aync (889a56d)

BREAKING CHANGES

  • session start no longer awaits mic permission.
    This will speed up start time connection for first time users,
    but may break existing flows that rely on the previously blocking
    behaviour.

v3.5.1

22 Sep 09:42
04fc617

Choose a tag to compare

3.5.1 (2025-09-22)

Performance Improvements

  • increase iceCandidatePoolSize to 2 to improve connection time (#158) (04fc617)

v3.5.0

15 Sep 19:18
1b190d6

Choose a tag to compare

3.5.0 (2025-09-15)

Features

  • send inbound-rtp metrics via DataChannel to pion (#156) (1b190d6)

v3.4.1

29 Aug 14:29
a93c6d1

Choose a tag to compare

3.4.1 (2025-08-29)

Bug Fixes

  • export client error class (d05d531)
  • include spend cap error (dd47569)
  • throw correct error for concurrnecy limit (708be78)