Type: “LiveStream”
Usage
This block integrates with a streaming service, e.g. Youtube, Vimeo, Facebook, etc.
Attributes
| Key | Value Type | Example | 
|---|---|---|
| disableAutoplay | Boolean | true | 
| disableVideoQualityOptions | Boolean | false | 
| displayImageWhenNotLive | String | “https://files-myxp.gevme.com/….” | 
| displaySomethingWhenNotLive | Enum | “image” | | 
| displayVideoWhenNotLive | String | ”” | 
| livestreamUrl | String | “https://www.youtube.com/embed/{video_id}” “https://player.vimeo.com/video/{video_id}” “https://vimeo.com/showcase/{list_id}/embed” “https://www.facebook.com/{video_id}” “https://web.microsoftstream.com/video/{video_id}” | 
| streamingService | Enum | “gevmelive” | “youtube” | “vimeo” | “facebook” | “msteams” | “customstream” | 
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": "524px",
 "blockVisibility": true,
 "blockWidth": "100%",
 "boundingBox": true,
 "contentMargin": ["40", "0", "0", "0", "px"],
 "contentPadding": "0px",
 "disableAutoplay": true,
 "disableVideoQualityOptions": false,
 "displayImageWhenNotLive": "",
 "displaySomethingWhenNotLive": "image",
 "displayVideoWhenNotLive": "",
 "heading": "Livestream",
 "headingVisibility": true,
 "livestreamUrl": "https://www.youtube.com/embed/kCJsx4h9Hr8",
 "streamingService": "youtube",
 "title": "heading",
 "type": "LiveStream",
 "widthType": "full"
Screenshot