sippo-sdk / com.quobis.sippo.sipposdk.conference / ConferencesRx

ConferencesRx

class ConferencesRx

Reactive API of Conferences.

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

Properties

newConference

var newConference: Observable<Conference>

Emits when a new Conference is received.

Functions

createConference

fun createConference(): Single<Conference>

Creates a new conference.

isConferenceStillPending

fun isConferenceStillPending(invitationId: String): Single<Boolean>

Checks if a conference associated with a specific invitationId is still pending.