updateInputs

fun updateInputs(inputSettings: Update<InputSettingsUpdate>, listener: RequestListener? = null)

Enable and/or configure media devices for the call, like a camera and microphone. Settings which are not specified in the provided InputSettingsUpdate parameter retain their current values.

The optional callback (listener) will be invoked either when the operation has completed, or if it encounters an error.

Errors will also be provided to the CallClientListener.onError callback.

Important: As result of a temporary limitation of the early access beta the framework expects required audio/video permissions to have been granted prior to calling this method.

This limitation to be resolved soon.

Parameters

inputSettings

The input settings to apply to the current call.

Emits the CallClientListener.onInputsUpdated event.