FileSharingDialog component
Allows users to share a whiteboard with other users by email address. Supports view and edit permissions.
<FileSharingDialog open={showDialog} fileId={currentFileId} fileName="My Whiteboard" ownerId={userId} sharedUsers={[]} onSave={(users) => handleSaveSharing(users)} onClose={() => setShowDialog(false)}/> Copy
<FileSharingDialog open={showDialog} fileId={currentFileId} fileName="My Whiteboard" ownerId={userId} sharedUsers={[]} onSave={(users) => handleSaveSharing(users)} onClose={() => setShowDialog(false)}/>
FileSharingDialog component
Allows users to share a whiteboard with other users by email address. Supports view and edit permissions.