mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-06 04:19:31 +00:00
Updated static video
This commit is contained in:
@@ -12,24 +12,23 @@ export default function Room({videoSource}) {
|
||||
setTest(test);
|
||||
}, [videoSource?.topic]);
|
||||
|
||||
const placeholdervideo = 'placeholdervideo';
|
||||
const staticVideo = '/img/developer_days_placeholder_video.mov';
|
||||
const placeholderVideo = 'placeholdervideo';
|
||||
|
||||
return (
|
||||
<div className={`${styles.stageContainer}`}>
|
||||
<div className={styles.stageContentVideo}>
|
||||
<MuxPlayer
|
||||
src={
|
||||
videoSource?.muxPlaybackId === placeholdervideo
|
||||
? '/img/blurred_intro.mov'
|
||||
: ''
|
||||
videoSource?.muxPlaybackId === placeholderVideo ? staticVideo : null
|
||||
}
|
||||
loop={true}
|
||||
autoPlay={true}
|
||||
streamType={
|
||||
videoSource?.muxPlaybackId === placeholdervideo ? null : 'live'
|
||||
videoSource?.muxPlaybackId === placeholderVideo ? null : 'live'
|
||||
}
|
||||
playbackId={
|
||||
videoSource?.muxPlaybackId === placeholdervideo
|
||||
videoSource?.muxPlaybackId === placeholderVideo
|
||||
? ''
|
||||
: videoSource?.muxPlaybackId
|
||||
}
|
||||
|
||||
@@ -37,7 +37,6 @@ export default function Speakers({title, image, description, speakers}) {
|
||||
key={`${index}-image`}
|
||||
/>
|
||||
)}
|
||||
|
||||
<div className="flex flex-col justify-center">
|
||||
<p className="text-xl font-bold !m-0" key={`${index}-name`}>
|
||||
{item?.name}
|
||||
|
||||
Binary file not shown.
BIN
static/img/developer_days_placeholder_video.mov
Normal file
BIN
static/img/developer_days_placeholder_video.mov
Normal file
Binary file not shown.
Reference in New Issue
Block a user