UpdatedCallPermissionsEvent

constructor(@Json(name = "call_cid") callCid: String, @Json(name = "created_at") createdAt: OffsetDateTime, @Json(name = "own_capabilities") ownCapabilities: List<OwnCapability>, @Json(name = "type") type: String = "call.permissions_updated", @Json(name = "user") user: UserResponse)

Parameters

callCid
createdAt
ownCapabilities

The capabilities of the current user

type

The type of event: \"call.permissions_updated\" in this case

user