Skip to content

Disconnecting users

VTCoco edited this page Sep 23, 2019 · 1 revision

Disconnecting users will unregister push notifications and currently connected WebSockets to the servers dedicated to the Voxeet functionnalities.

Definition

The SDK let you disconnect an user using directly the close method from the session service.

Usage

VoxeetSDK.shared.session.close { error in }