Skip to content

v0.0.13

Compare
Choose a tag to compare
@aconchillo aconchillo released this 26 Sep 01:22
· 319 commits to main since this release
  • Linux aarch64 support.
  • CallClient now has a new method send_app_message to broadcast messages to other participants or to a single participant. These messages can be received through an EventHandler subclass via on_app_message() event.
  • Asynchronous functions, such as join(), can now receive an optional callback to be called on completion. This can be useful to get data (such as the meeting session ID on join) or to detect any errors.