feat(meet): add Google Meet support#468
Open
regaw-leinad wants to merge 1 commit intosteipete:mainfrom
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds Google Meet as a new service backed by the Meet REST API v2. The primary use case is generating a meeting link from the CLI, the equivalent of "New meeting" on meet.google.com.
meet create- create a meeting space (default: trusted access)meet create --open- create and open in browsermeet get <meeting-code>- get meeting detailsmeet update <meeting-code> --access open|trusted|restricted- change access settingsmeet end <meeting-code>- end an active conferencemeet history <meeting-code>- list past calls in a meetingmeet participants <meeting-code>- show who was in the most recent callgog meet create gog meet create --open gog meet get abc-defg-hij gog meet update abc-defg-hij --access open gog meet history abc-defg-hij gog meet participants abc-defg-hijAll commands accept meeting codes as the primary identifier. Internal
spaces/resource names and conference record IDs are resolved transparently.OAuth scopes:
meetings.space.created,meetings.space.readonly,meetings.space.settings. Registered as a default user service, included ingog auth addautomatically. Readonly mode supported.Test plan
make lint- 0 issuesmake test- all packages pass--json,--plain, and--dry-runoutput modes--access trusteddefault matches Google Meet web UI