KickUserRequest

data class KickUserRequest(@Json(name = "user_id") val userId: String, @Json(name = "block") val block: Boolean? = null)

KickUserRequest is the payload for kicking a user from a call. Optionally block the user as well.

Constructors

Link copied to clipboard
constructor(@Json(name = "user_id") userId: String, @Json(name = "block") block: Boolean? = null)

Properties

Link copied to clipboard
val block: Boolean? = null
Link copied to clipboard