RtcViewmodel constructor
RtcViewmodel(
- Room room,
- MeetingDetails meetingDetails, {
- bool saveAttachmentToDownloads = false,
Implementation
RtcViewmodel(this.room, this.meetingDetails, {this.saveAttachmentToDownloads = false});