Overview
TheupdateMeetingPrivacy
mutation allows for updating the privacy setting of a meeting transcript. This operation requires admin privileges within the team or ownership of the meeting.
Arguments
The privacy setting to be assigned to the meeting / transcript. See UpdateMeetingPrivacyInput.
Usage Example
To update a meeting’s privacy setting, provide the transcript ID and the new privacy level as arguments to the mutation. Here’s an example of how this mutation could be used:FAQ
Who has permission to update meeting privacy?
Who has permission to update meeting privacy?
Only users with admin privileges or meeting owners can update meeting privacy settings. The meeting owner also needs to be in your team.
What privacy levels are available?
What privacy levels are available?
Available privacy levels are: link (anyone with link), owner (meeting owner only), participants (meeting participants only), teammatesandparticipants (teammates and participants), teammates (teammates only).
Error Codes
List of possible error codes that may be returned by theupdateMeetingPrivacy
mutation. Full list of error codes can be found here.
require_elevated_privilege
require_elevated_privilege
The user must be either the meeting owner or a team admin to update meeting privacy.
object_not_found (transcript)
object_not_found (transcript)
The specified transcript could not be found or you do not have access to it