You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)