sippo-sdk / com.quobis.sippo.sipposdk.conference / Conference / getParticipants

getParticipants

fun getParticipants(onCompletion: (Either<List<Participant>, ConferenceError>) -> Unit): Unit

Fetches the current conference participants, including the local user.

Parameters

onCompletion - Callback that will be invoked when the request is completed. It will receive the participant list in case of success or a ConferenceError otherwise.