CallUserMutedEvent
constructor(@Json(name = "call_cid") callCid: String, @Json(name = "created_at") createdAt: OffsetDateTime, @Json(name = "from_user_id") fromUserId: String, @Json(name = "muted_user_ids") mutedUserIds: List<String>, @Json(name = "type") type: String = "call.user_muted")
Parameters
callCid
createdAt
fromUserId
mutedUserIds
type
The type of event: \"call.user_muted\" in this case