blockUser

@POST(value = "/video/call/{type}/{id}/block")
abstract suspend fun blockUser(@Path(value = "type") type: String, @Path(value = "id") id: String, @Body blockUserRequest: BlockUserRequest): BlockUserResponse

Block user on a call Block a user, preventing them from joining the call until they are unblocked.