CallMemberUpdatedEvent
constructor(@Json(name = "call") call: CallResponse, @Json(name = "call_cid") callCid: String, @Json(name = "created_at") createdAt: OffsetDateTime, @Json(name = "members") members: List<MemberResponse>, @Json(name = "type") type: String = "call.member_updated")
Parameters
call
callCid
createdAt
members
The list of members that were updated
type
The type of event: \"call.member_updated\" in this case