CallMemberRemovedEvent

constructor(@Json(name = "call") call: CallResponse, @Json(name = "call_cid") callCid: String, @Json(name = "created_at") createdAt: OffsetDateTime, @Json(name = "members") members: List<String>, @Json(name = "type") type: String = "call.member_removed")

Parameters

call
callCid
createdAt
members

the list of member IDs removed from the call

type

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