connect

fun connect(isDebugEnabled: Boolean = false): Completable

Initiates a connection to the chat service.

Return

A Completable that will finish when the request is processed. In case of error, it will emit an error.

Parameters

isDebugEnabled

Flag to enable or disable debug mode. Defaults to false.