getConferenceTalkingTime
abstract suspend fun getConferenceTalkingTime(room: IRainbowRoom): RainbowResult<List<ConferenceParticipant>>
Get a list of participants and their talking time from the last conference of the Bubble in parameter. If there is an ongoing conference on the bubble, the result will be from this one.
Return
RainbowResultConferenceParticipant>> Callback (onSuccess, onError)
Parameters
room
IRainbowRoom room (bubble) associated to the conference given