disconnectWebSocket

suspend fun SendbirdChat.disconnectWebSocket()

Deprecated

As of 4.17.0, replaced with awaitDisconnectWebSocket().

Replace with

awaitDisconnectWebSocket()

Disconnects the websocket connection only. This does not clear the currentUser and any cached data. If you want to logout, call awaitDisconnect.

Since

4.15.0

See also