Type: “Meeting”
Usage
This block displays a meeting block which allows participants to join.
Attributes
Key | Value Type | Example |
---|---|---|
endTime | String | Contains a global date and time string “2021-06-28T05:25:51.860Z” |
meetingType | String | “meet” |
settings :{ background disableBackground disableCamera disableChat disableFrontDoor disableParticipantList disableShareScreen moderators muted } | Object String Boolean Boolean Boolean Boolean Boolean Boolean ? Boolean | Settings related to the meeting “https://files-myxp.gevme.com/….” true false false false false false “” false |
startTime | String | Contains a global date and time string “2021-06-28T05:25:51.860Z” |
This block also support all the common attributes.
Example
"backgroundCoverImage": "https://files-myxp.s3-ap-southeast-1.amazonaws.com/livestream/default_background/Light_BG_1.png",
"backgroundCoverImageVisibility": false,
"blockHeight": "1000px",
"blockVisibility": true,
"blockWidth": "100%",
"boundingBox": "false",
"contentMargin": ["0", "0", "0", "0", "px"],
"contentPadding": "0px",
"endTime": null,
"fitHeightToContent": false,
"heading": "Meeting",
"headingVisibility": true,
"meetingType": "meet",
"settings": {
"disableBackground": true,
"disableCamera": false,
"disableChat": false,
"disableFrontDoor": false,
"disableParticipantList": false,
"disableShareScreen": false,
"moderators": "",
"muted": false
},
"startTime": null,
"title": "Meeting",
"type": "Meeting",
"widthType": "full"
Screenshot