JoinInfo constructor
JoinInfo(
- MeetingInfo meeting,
- AttendeeInfo attendee
Implementation
JoinInfo(this.meeting, this.attendee);
JoinInfo(this.meeting, this.attendee);