awaitDisconnectWebSocket

suspend fun SendbirdChat.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.17.0

See also