Disconnect User Event
data class DisconnectUserEvent( val id: String, val userId: String, val reason: String?, val sendTime: Date, val requestId: String? = null, val attributes: Map<String, String>? = null)
Content copied to clipboard
Represents an event in which IVS informs clients that given user is being disconnected from the room for moderation reasons.