v0.0.13
- Linux aarch64 support.
CallClient
now has a new methodsend_app_message
to broadcast messages to other participants or to a single participant. These messages can be received through anEventHandler
subclass viaon_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.