Chat Client
fun ChatClient(realtimeClient: <Error class: unknown class>, clientOptions: ChatClientOptions = buildChatClientOptions()): ChatClient
Return
ChatClient with the specified options
Parameters
realtime Client
The Ably Realtime client
client Options
The client options.
fun ChatClient(realtimeClient: <Error class: unknown class>, init: MutableChatClientOptions.() -> Unit): ChatClient
Return
ChatClient with the specified options
Parameters
realtime Client
The Ably Realtime client
init
Kotlin type-safe builder for client options