Skip to content

0.16.0

Compare
Choose a tag to compare
@kompfner kompfner released this 28 Jul 21:56
· 332 commits to main since this release

Features

  • You can now customize colors when using Daily Prebuilt. Pass your own hex codes as a theme property to join() or createFrame(), or use the new setTheme() method. You can inspect your custom theme using the theme() method and get notified when you’ve changed it via the ‘theme-updated’ event.

Other improvements

  • preAuth() now rejects its Promise with a meaningful error when there's a room-related error (e.g. when in invalid or expired room is specified), with its contents matching the corresponding 'error' event's payload.