stopWatching

fun stopWatching(channelType: String, channelId: String): Call<Unit>

Stops watching the channel which means you won't receive more events for the channel. The call requires active socket connection and will be automatically postponed and retried until the connection is established.

Return

Executable async Call responsible for stop watching the channel.

Parameters

channelType

The channel type. ie messaging.

channelId

The channel id. ie 123.