SessionManagerRx

Properties

Link copied to clipboard
val isChatConnected: Observable<Boolean>

Indicates whether the chat service is currently connected to chat service.

Link copied to clipboard

Indicates whether the conference service is currently available, and ready to make new calls.

Link copied to clipboard

Indicates whether network connectivity is available.

Link copied to clipboard
val isSessionConnected: Observable<Boolean>

Indicates whether the user session is currently connected.

Link copied to clipboard

Indicates whether reconnection is possible or not.

Functions

Link copied to clipboard
fun connect(authentication: Authentication, context: Context): Completable

Connects a new session.

Link copied to clipboard
fun restore(context: Context): Completable

Restores a previously suspended session.

Link copied to clipboard
fun suspend(): Completable

Suspends the current session.