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, thenRoom.isRecording
is set totrue
when the first Track is published
to the Room. It is set tofalse
when the last Track is unpublished from the Room.
TherecordingStarted
andrecordingStopped
events will be emitted on the Room
whenRoom.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)