showInviteSheet method
void
showInviteSheet()
Implementation
void showInviteSheet() {
showConferenceBottomSheet(
InviteSheetWidget(
roomId: conferenceInfo.basicRoomInfo.roomId,
backgroundColor: Colors.white,
titleColor: RoomColors.btnGrey,
infoTextColor: RoomColors.btnGrey,
copyButtonColor: RoomColors.switchTrackGrey,
copyButtonTextColor: RoomColors.btnGrey,
),
);
}