sippo-sdk / com.quobis.sippo.sipposdk.conferencelog / ConferenceLogRx

ConferenceLogRx

class ConferenceLogRx

Reactive API of ConferenceLog.

This class replicates some of the methods included in ConferenceLog but using Rx types as return values instead of callbacks. It also exposes the new conference entry events using a Rx observable.

Properties

newConferenceEntry

val newConferenceEntry: Observable<ConferenceEntry>

Emits when a new ConferenceEntry is received.

Functions

getConferenceEntries

fun getConferenceEntries(before: Date?, after: Date?, limit: Int = 10, sortDescending: Boolean = true): Single<List<ConferenceEntry>>

Fetches the conference log entries related to this user within the specified time interval.