Skip to content

0.19.1

Compare
Choose a tag to compare

Bugfixes

  • useParticipantIds(): when using a custom filter or sort it was possible that useParticipantIds() would return stale state until for any affected participant a participant-updated event was emitted.
  • useActiveSpeakerId(): the internally stored id of the last active speaker is now correctly reset when receiving a left-meeting event.
  • useParticipantProperty(): when embedding a Daily React app inside Angular's NgZone, attempting to resolve a MediaStreamTrack property could result in a recursive loop, due to NgZone's monkey-patching behavior on certain browser objects. (Thanks @stewartmcgown!)