Skip to content

Latest commit

 

History

History
216 lines (109 loc) · 7.51 KB

CHANGELOG.md

File metadata and controls

216 lines (109 loc) · 7.51 KB

livekit-server-sdk

2.9.4

Patch Changes

2.9.3

Patch Changes

2.9.2

Patch Changes

  • fix(cjs): don't default export ServiceBase - #346 (@nbsp)

2.9.1

Patch Changes

2.9.0

Minor Changes

  • natively support CommonJS - #334 (@nbsp)

  • SIP: Add missing params in CreateSIPParticipant - #337 (@umarniz)

Patch Changes

  • SIP: added headers options to SIP inbound and output create requests - #332 (@s-hamdananwar)

2.8.1

Patch Changes

2.8.0

Minor Changes

2.7.3

Patch Changes

2.7.2

Patch Changes

2.7.1

Patch Changes

2.7.0

Minor Changes

Patch Changes

  • Fix mutex in livekit-rtc - #287 (@bcherry) Fix linter warnings in livekit-server-sdk

2.6.2

Patch Changes

2.6.1

Patch Changes

2.6.0

Minor Changes

  • Added ability to update Participant attributes - #242 (@lukasIO)

2.5.1

Patch Changes

  • Export RoomEgress to make it possible to use AutoEgress - #222 (@davidzhao)

2.5.0

Minor Changes

  • Support new SIP Inbound/Outbound Trunks and grants. - #219 (@dennwc)

Patch Changes

  • Added kind and attributes to AccessToken generation - #215 (@davidzhao)

  • Adds missing await to startParticipantEgress #221 - #220 (@lukasIO)

2.4.0

Minor Changes

Patch Changes

  • Update dependency @livekit/protocol to v1.17.0 - #185 (@renovate)

2.3.0

Minor Changes

2.2.0

Minor Changes

Patch Changes

  • Allow user to set participant metadata when creating Ingress - #152 (@davidzhao)

2.1.2

Patch Changes

2.1.1

Patch Changes

2.1.0

Minor Changes

  • Expose protobuf TrackSource and map TrackSource claims to string - #145 (@lukasIO)

Patch Changes

2.0.4

Patch Changes

2.0.3

Patch Changes

2.0.2

Patch Changes

  • Fix issue decoding unknown fields in webhook receiver - #135 (@davidzhao)

2.0.1

Patch Changes

  • Ignore unknown fields in protobuf parsing - #132 (@lukasIO)

2.0.0

Major Changes

  • Change module type to ESM - #118 (@lukasIO)

  • Require node 18 as minimum version - #118 (@lukasIO)

  • Make WebhookEvent names type safe - #125 (@lukasIO)

  • Token generation is now async (replaced jsonwebtoken with jose for better JS runtime support) - #118 (@lukasIO)

  • Replace protobufjs with protobuf-es - #118 (@lukasIO)

Minor Changes

  • Use globally available web crypto API instead of nodeJS crypto module - #122 (@lukasIO)

Patch Changes

  • Throw error on bad Twirp response status and use async/await instead of promise chaining for improved error catching - #124 (@lukasIO)