|
638 | 638 | }
|
639 | 639 | }
|
640 | 640 | },
|
641 |
| - "revision": "20250403", |
| 641 | + "revision": "20250406", |
642 | 642 | "rootUrl": "https://meet.googleapis.com/",
|
643 | 643 | "schemas": {
|
644 | 644 | "ActiveConference": {
|
|
665 | 665 | },
|
666 | 666 | "type": "object"
|
667 | 667 | },
|
| 668 | + "ArtifactConfig": { |
| 669 | + "description": "Configuration related to meeting artifacts potentially generated by this meeting space.", |
| 670 | + "id": "ArtifactConfig", |
| 671 | + "properties": { |
| 672 | + "recordingConfig": { |
| 673 | + "$ref": "RecordingConfig", |
| 674 | + "description": "Configuration for recording." |
| 675 | + }, |
| 676 | + "smartNotesConfig": { |
| 677 | + "$ref": "SmartNotesConfig", |
| 678 | + "description": "Configuration for auto-smart-notes." |
| 679 | + }, |
| 680 | + "transcriptionConfig": { |
| 681 | + "$ref": "TranscriptionConfig", |
| 682 | + "description": "Configuration for auto-transcript." |
| 683 | + } |
| 684 | + }, |
| 685 | + "type": "object" |
| 686 | + }, |
668 | 687 | "ConferenceRecord": {
|
669 | 688 | "description": "Single instance of a meeting held in a space.",
|
670 | 689 | "id": "ConferenceRecord",
|
|
858 | 877 | },
|
859 | 878 | "type": "object"
|
860 | 879 | },
|
| 880 | + "ModerationRestrictions": { |
| 881 | + "description": "Defines restrictions for features when the meeting is moderated.", |
| 882 | + "id": "ModerationRestrictions", |
| 883 | + "properties": { |
| 884 | + "chatRestriction": { |
| 885 | + "description": "Defines who has permission to send chat messages in the meeting space.", |
| 886 | + "enum": [ |
| 887 | + "RESTRICTION_TYPE_UNSPECIFIED", |
| 888 | + "HOSTS_ONLY", |
| 889 | + "NO_RESTRICTION" |
| 890 | + ], |
| 891 | + "enumDescriptions": [ |
| 892 | + "Default value specified by user policy. This should never be returned.", |
| 893 | + "Meeting owner and co-host have the permission.", |
| 894 | + "All Participants have permissions." |
| 895 | + ], |
| 896 | + "type": "string" |
| 897 | + }, |
| 898 | + "defaultJoinAsViewerType": { |
| 899 | + "description": "Defines whether to restrict the default role assigned to users as viewer.", |
| 900 | + "enum": [ |
| 901 | + "DEFAULT_JOIN_AS_VIEWER_TYPE_UNSPECIFIED", |
| 902 | + "ON", |
| 903 | + "OFF" |
| 904 | + ], |
| 905 | + "enumDescriptions": [ |
| 906 | + "Default value specified by user policy. This should never be returned.", |
| 907 | + "Users will by default join as viewers.", |
| 908 | + "Users will by default join as contributors." |
| 909 | + ], |
| 910 | + "type": "string" |
| 911 | + }, |
| 912 | + "presentRestriction": { |
| 913 | + "description": "Defines who has permission to share their screen in the meeting space.", |
| 914 | + "enum": [ |
| 915 | + "RESTRICTION_TYPE_UNSPECIFIED", |
| 916 | + "HOSTS_ONLY", |
| 917 | + "NO_RESTRICTION" |
| 918 | + ], |
| 919 | + "enumDescriptions": [ |
| 920 | + "Default value specified by user policy. This should never be returned.", |
| 921 | + "Meeting owner and co-host have the permission.", |
| 922 | + "All Participants have permissions." |
| 923 | + ], |
| 924 | + "type": "string" |
| 925 | + }, |
| 926 | + "reactionRestriction": { |
| 927 | + "description": "Defines who has permission to send reactions in the meeting space.", |
| 928 | + "enum": [ |
| 929 | + "RESTRICTION_TYPE_UNSPECIFIED", |
| 930 | + "HOSTS_ONLY", |
| 931 | + "NO_RESTRICTION" |
| 932 | + ], |
| 933 | + "enumDescriptions": [ |
| 934 | + "Default value specified by user policy. This should never be returned.", |
| 935 | + "Meeting owner and co-host have the permission.", |
| 936 | + "All Participants have permissions." |
| 937 | + ], |
| 938 | + "type": "string" |
| 939 | + } |
| 940 | + }, |
| 941 | + "type": "object" |
| 942 | + }, |
861 | 943 | "Participant": {
|
862 | 944 | "description": "User who attended or is attending a conference.",
|
863 | 945 | "id": "Participant",
|
|
975 | 1057 | },
|
976 | 1058 | "type": "object"
|
977 | 1059 | },
|
| 1060 | + "RecordingConfig": { |
| 1061 | + "description": "Configuration related to recording in a meeting space.", |
| 1062 | + "id": "RecordingConfig", |
| 1063 | + "properties": { |
| 1064 | + "autoRecordingGeneration": { |
| 1065 | + "description": "Defines whether a meeting space is automatically recorded when someone with the privilege to record joins the meeting.", |
| 1066 | + "enum": [ |
| 1067 | + "AUTO_GENERATION_TYPE_UNSPECIFIED", |
| 1068 | + "ON", |
| 1069 | + "OFF" |
| 1070 | + ], |
| 1071 | + "enumDescriptions": [ |
| 1072 | + "Default value specified by user policy. This should never be returned.", |
| 1073 | + "The artifact is generated automatically.", |
| 1074 | + "The artifact is not generated automatically." |
| 1075 | + ], |
| 1076 | + "type": "string" |
| 1077 | + } |
| 1078 | + }, |
| 1079 | + "type": "object" |
| 1080 | + }, |
978 | 1081 | "SignedinUser": {
|
979 | 1082 | "description": "A signed-in user can be: a) An individual joining from a personal computer, mobile device, or through companion mode. b) A robot account used by conference room devices.",
|
980 | 1083 | "id": "SignedinUser",
|
|
992 | 1095 | },
|
993 | 1096 | "type": "object"
|
994 | 1097 | },
|
| 1098 | + "SmartNotesConfig": { |
| 1099 | + "description": "Configuration related to smart notes in a meeting space. More details about smart notes https://support.google.com/meet/answer/14754931?hl=en.", |
| 1100 | + "id": "SmartNotesConfig", |
| 1101 | + "properties": { |
| 1102 | + "autoSmartNotesGeneration": { |
| 1103 | + "description": "Defines whether to automatically generate a summary and recap of the meeting for all invitees in the organization when someone with the privilege to enable smart notes joins the meeting.", |
| 1104 | + "enum": [ |
| 1105 | + "AUTO_GENERATION_TYPE_UNSPECIFIED", |
| 1106 | + "ON", |
| 1107 | + "OFF" |
| 1108 | + ], |
| 1109 | + "enumDescriptions": [ |
| 1110 | + "Default value specified by user policy. This should never be returned.", |
| 1111 | + "The artifact is generated automatically.", |
| 1112 | + "The artifact is not generated automatically." |
| 1113 | + ], |
| 1114 | + "type": "string" |
| 1115 | + } |
| 1116 | + }, |
| 1117 | + "type": "object" |
| 1118 | + }, |
995 | 1119 | "Space": {
|
996 | 1120 | "description": "Virtual place where conferences are held. Only one active conference can be held in one space at any given time.",
|
997 | 1121 | "id": "Space",
|
|
1041 | 1165 | ],
|
1042 | 1166 | "type": "string"
|
1043 | 1167 | },
|
| 1168 | + "artifactConfig": { |
| 1169 | + "$ref": "ArtifactConfig", |
| 1170 | + "description": "[Developer Preview](https://developers.google.com/workspace/preview): Configuration pertaining to the auto-generated artifacts that the meeting supports." |
| 1171 | + }, |
| 1172 | + "attendanceReportGenerationType": { |
| 1173 | + "description": "[Developer Preview](https://developers.google.com/workspace/preview): Whether attendance report is enabled for the meeting space.", |
| 1174 | + "enum": [ |
| 1175 | + "ATTENDANCE_REPORT_GENERATION_TYPE_UNSPECIFIED", |
| 1176 | + "GENERATE_REPORT", |
| 1177 | + "DO_NOT_GENERATE" |
| 1178 | + ], |
| 1179 | + "enumDescriptions": [ |
| 1180 | + "Default value specified by user policy. This should never be returned.", |
| 1181 | + "Attendance report will be generated and sent to drive/email.", |
| 1182 | + "Attendance report will not be generated." |
| 1183 | + ], |
| 1184 | + "type": "string" |
| 1185 | + }, |
1044 | 1186 | "entryPointAccess": {
|
1045 | 1187 | "description": "Defines the entry points that can be used to join meetings hosted in this meeting space. Default: EntryPointAccess.ALL",
|
1046 | 1188 | "enum": [
|
|
1054 | 1196 | "Only entry points owned by the Google Cloud project that created the space can be used to join meetings in this space. Apps can use the Meet Embed SDK Web or mobile Meet SDKs to create owned entry points."
|
1055 | 1197 | ],
|
1056 | 1198 | "type": "string"
|
| 1199 | + }, |
| 1200 | + "moderation": { |
| 1201 | + "description": "[Developer Preview](https://developers.google.com/workspace/preview): The pre-configured moderation mode for the Meeting. Default: Controlled by the user's policies.", |
| 1202 | + "enum": [ |
| 1203 | + "MODERATION_UNSPECIFIED", |
| 1204 | + "OFF", |
| 1205 | + "ON" |
| 1206 | + ], |
| 1207 | + "enumDescriptions": [ |
| 1208 | + "Moderation type is not specified. This is used to indicate the user hasn't specified any value as the user does not intend to update the state. Users are not allowed to set the value as unspecified.", |
| 1209 | + "Moderation is off.", |
| 1210 | + "Moderation is on." |
| 1211 | + ], |
| 1212 | + "type": "string" |
| 1213 | + }, |
| 1214 | + "moderationRestrictions": { |
| 1215 | + "$ref": "ModerationRestrictions", |
| 1216 | + "description": "[Developer Preview](https://developers.google.com/workspace/preview): When moderation.ON, these restrictions go into effect for the meeting. When moderation.OFF, will be reset to default ModerationRestrictions." |
1057 | 1217 | }
|
1058 | 1218 | },
|
1059 | 1219 | "type": "object"
|
|
1142 | 1302 | }
|
1143 | 1303 | },
|
1144 | 1304 | "type": "object"
|
| 1305 | + }, |
| 1306 | + "TranscriptionConfig": { |
| 1307 | + "description": "Configuration related to transcription in a meeting space.", |
| 1308 | + "id": "TranscriptionConfig", |
| 1309 | + "properties": { |
| 1310 | + "autoTranscriptionGeneration": { |
| 1311 | + "description": "Defines whether the content of a meeting is automatically transcribed when someone with the privilege to transcribe joins the meeting.", |
| 1312 | + "enum": [ |
| 1313 | + "AUTO_GENERATION_TYPE_UNSPECIFIED", |
| 1314 | + "ON", |
| 1315 | + "OFF" |
| 1316 | + ], |
| 1317 | + "enumDescriptions": [ |
| 1318 | + "Default value specified by user policy. This should never be returned.", |
| 1319 | + "The artifact is generated automatically.", |
| 1320 | + "The artifact is not generated automatically." |
| 1321 | + ], |
| 1322 | + "type": "string" |
| 1323 | + } |
| 1324 | + }, |
| 1325 | + "type": "object" |
1145 | 1326 | }
|
1146 | 1327 | },
|
1147 | 1328 | "servicePath": "",
|
|
0 commit comments