github twilio/twilio-video.js 2.9.0

latest releases: 2.8.2-rc1, 2.28.2-rc1, 2.28.1...
3 years ago

2.9.0 (December 2, 2020)

Changes

  • Previously, Room.isRecording indicated whether recording is enabled for the Room.
    Now it indicates if the Track published to the Room are being recorded. If recording is
    enabled for the Room, then Room.isRecording is set to true when the first Track is published
    to the Room. It is set to false when the last Track is unpublished from the Room.
    The recordingStarted and recordingStopped events will be emitted on the Room
    when Room.isRecording toggles. (JSDK-3064)

Bug Fixes

  • Fixed a bug where LocalTrack event listeners attached by the SDK were not being cleaned up after disconnecting from a Room. (JSDK-2985)

Don't miss a new twilio-video.js release

NewReleases is sending notifications on new releases.