CallMemberAddedEvent
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_added")
Parameters
call
callCid
createdAt
members
the members added to this call
type
The type of event: \"call.member_added\" in this case