connectionState

@get:CheckReturnValue
abstract val connectionState: Observable<SOCommMediaClient.ConnectionState>

The emitted ConnectionState states the state this client is currently in.

Check ConnectionState for a description of those states.

Note that this is internally backed by a BehaviorRelay, which means that subscribers will get the current status emitted immediately when they subscribe.

Scheduler: The returned Observable will operate on the IO Scheduler.

See also