v0.14.1
Changed
- Added
serialize_none
toCallClient.send_app_message()
to allow forNone
values in object fields to be serialized tonull
or ignored otherwise.
Fixed
- Fixed an issue in
CallClient.send_app_message()
that would not allow sending an object withNone
values.