GET {{baseUrl}}/users/:userId/meeting_templates/:meetingTemplateId
Retrieve a user's meeting template. For user-level apps, pass the Scopes: Rate Limit Label: me
value instead of the userId
parameter.user:read:admin
,user:read
Medium
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Accept
|
string |
RESPONSES
status OK
{
"id": "<string>",
"name": "<string>",
"settings": {
"in_meeting": {
"entry_exit_chime": "all",
"feedback": "<boolean>",
"polling": "<boolean>",
"post_meeting_feedback": "<boolean>",
"screen_sharing": "<boolean>",
"who_can_share_screen": "all",
"who_can_share_screen_when_someone_is_sharing": "host",
"disable_screen_sharing_for_host_meetings": "<boolean>",
"annotation": "<boolean>",
"whiteboard": "<boolean>",
"remote_control": "<boolean>",
"non_verbal_feedback": "<boolean>",
"allow_participants_to_rename": "<boolean>",
"breakout_room": "<boolean>",
"remote_support": "<boolean>",
"manual_captioning": {
"auto_generated_captions": "<boolean>",
"allow_to_type": "<boolean>",
"manual_captions": "<boolean>",
"save_captions": "<boolean>"
},
"closed_captioning": {
"auto_transcribing": "<boolean>",
"enable": "<boolean>",
"save_caption": "<boolean>"
}
},
"recording": {
"auto_recording": "local"
},
"schedule_meeting": {
"host_video": "<boolean>",
"participant_video": "<boolean>",
"mute_upon_entry": false
},
"meeting_security": {
"waiting_room": "<boolean>"
}
}
} |
ENDPOINTS