Skip to content

Commit f0c8185

Browse files
1 parent 7785d37 commit f0c8185

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/Meet.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ class Meet extends \Google\Service
4040
/** Read information about any of your Google Meet conferences. */
4141
const MEETINGS_SPACE_READONLY =
4242
"https://www.googleapis.com/auth/meetings.space.readonly";
43+
/** Edit, and see settings for all of your Google Meet calls.. */
44+
const MEETINGS_SPACE_SETTINGS =
45+
"https://www.googleapis.com/auth/meetings.space.settings";
4346

4447
public $conferenceRecords;
4548
public $conferenceRecords_participants;

0 commit comments

Comments
 (0)