updatePublishing

fun updatePublishing(publishSettings: Update<PublishingSettingsUpdate>, listener: RequestListener? = null)

Publish and/or change publishing settings (e.g. quality) for different media tracks, like the camera and microphone tracks.

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.

Parameters

publishSettings

The publishing settings to apply to the current call

Emits the CallClientListener.onPublishingUpdated event.