getConferenceTalkingTime

abstract fun getConferenceTalkingTime(room: IRainbowRoom?, listener: RainbowListener<List<ConferenceParticipant>, Unit>? = null)

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.

Parameters

room

IRainbowRoom room (bubble) associated to the conference given

listener

RainbowListenerConferenceParticipant>, Unit> Callback (onSuccess, onError)