Skip to content

Releases: wazo-platform/wazo-js-sdk

0.42.0

06 May 15:14
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.41.1...0.42.0

0.41.1

29 Mar 13:20
Compare
Choose a tag to compare

What's Changed

  • [WP-1348] Allow to change SIP headers in INVITE by @manuquentin in #760
  • Trigger ON_PLAY_RING_SOUND after ON_CALL_INCOMING event by @manuquentin in #758
  • [WDA-2361 / MA-1441] Streamlined proxy auth / edge server handling by @bogue in #761

Full Changelog: 0.41.0...0.41.1

0.41.0

20 Mar 20:04
Compare
Choose a tag to compare

Breaking Change

  • Now requires Node >= 18

What's Changed

  • [WP-1350] Use fetch instead of node-fetch by @Romej in #759

Full Changelog: 0.40.9...0.41.0

0.40.9

13 Mar 17:02
Compare
Choose a tag to compare

What's Changed

  • Refactor edge server discovery and handling by @bogue in #757

Full Changelog: 0.40.8...0.40.9

0.40.8

06 Mar 19:18
Compare
Choose a tag to compare

What's Changed

  • Truncate session call id on early media dispatch by @bogue in #756

0.40.7

06 Mar 13:46
Compare
Choose a tag to compare

What's Changed

  • Adjust early media event dispatch by @bogue in #755

Full Changelog: 0.40.6...0.40.7

0.40.6

01 Mar 20:49
Compare
Choose a tag to compare

What's Changed

  • Trigger onProgress event only when receiving a 180 message by @manuquentin in #754

Full Changelog: 0.40.5...0.40.6

0.40.5

28 Feb 20:38
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.40.4...0.40.5

0.33.0

25 Aug 18:11
Compare
Choose a tag to compare

Breaking change : wazo SDK migrated to sip.js 0.17

  • session.sipStatus now uses new sip.js state, you can retrieve them from Wazo.Phone.SessionState.*;
  • The reinvite event doesn't send msid and label anymore.

See sip.js migration from 0.15 to 0.16 and migration from 0.16 to 0.17 for more information.