updateSubscriptionProfiles

fun updateSubscriptionProfiles(subscriptionProfiles: Map<SubscriptionProfile, Update<SubscriptionProfileSettingsUpdate>>, listener: RequestListener? = null)

Insert or modify subscription media settings which apply to an entire profile.

Existing participants which are using a profile which is updated via this call will automatically have their subscription settings updated accordingly as if {@linkcode CallClient.updateSubscriptions} was invoked with the new profile settings plus any participant-specific overrides.

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

subscriptionProfiles

A map with each profile subscription settings