Fixed
- Fixed a crash caused by the following completion callbacks:
`CallClient.update_inputs()`, `CallClient.update_publishing()`,
`CallClient.update_subscriptions()`,
`CallClient.update_subscription_profiles()`. The signature of the functions
was wrongly documented as only a single `error` argument is passed.
- Fixed issue when calling `CallClient.update_publishing()` immediately after
`CallClient.update_inputs()`.