PermissionRequestEvent
constructor(@Json(name = "call_cid") callCid: String, @Json(name = "created_at") createdAt: OffsetDateTime, @Json(name = "permissions") permissions: List<String>, @Json(name = "type") type: String = "call.permission_request", @Json(name = "user") user: UserResponse)
Parameters
callCid
createdAt
permissions
The list of permissions requested by the user
type
The type of event: \"call.permission_request\" in this case
user