Overview
TheshareMeeting mutation shares a meeting transcript with one or more users by email. Shared users receive access to view the transcript without needing to be on the same team.
Arguments
The sharing configuration. See ShareMeetingInput.
Usage Example
To share a meeting, provide the meeting ID and an array of email addresses. You can optionally set an expiry period.FAQ
Who can share a meeting?
Who can share a meeting?
What happens if the user is already invited?
What happens if the user is already invited?
The mutation returns success: false with a message indicating that the invitees are already invited.
How many emails can I share with at once?
How many emails can I share with at once?
Rate Limits
TheshareMeeting mutation is rate-limited to 10 requests per hour per user, in addition to the general API rate limits.
Error Codes
List of possible error codes that may be returned by theshareMeeting mutation. Full list of error codes can be found here.
object_not_found
object_not_found
The specified transcript could not be found or you do not have access to it.
require_elevated_privilege
require_elevated_privilege
The user must be either the meeting owner or a team admin to share the meeting.