subscriptions

fun subscriptions(): Map<ParticipantId, SubscriptionSettings>

Get the current subscription settings. This contains subscription settings for participants which are already in the call as well as future participants which have been pre-configured.

If this is called from the main thread (or from your custom thread if you created the CallClient with a custom Handler), then the value returned is consistent with the state of the CallClient as of the most recent callback.

Return

An Map object with the subscription settings.