fix options

This commit is contained in:
Seth Call 2021-09-21 15:36:41 -05:00
parent ea8baaaa82
commit b9941da0a5
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ rest = context.JK.Rest()
]
useVideoConferencingServer: () ->
gon.global.use_video_conferencing_server || context.SessionStore.currentSession.use_video_conferencing_server
context.SessionStore.currentSession.use_video_conferencing_server
onUserChanged: (userState) ->
@setState({user: userState?.user})

View File

@ -22,7 +22,7 @@
<div class="session-wrapper">
<div id="session-step-1" class="create-session-wizard" layout-wizard-step="0">
<div class="column column-left">
<h2 style="position:relative">start a session <div id="video-beta">BETA: <select class="easydropdown" id="video-beta-options"><option value="new">Use New Video</option><option value="old">Use Legacy Video</option></select></div></h2>
<h2 style="position:relative">start a session <div id="video-beta">Video System: <select class="easydropdown" id="video-beta-options"><option value="new">BETA (Incompatible with Recording)</option><option value="old">Standard</option></select></div></h2>
<div class="quick-options">
<div class="quick-option"><a class="button-orange quick-start-solo" href="#" >QUICK START PRIVATE</a><p>Quick start a private session now. Good for solo practice. Or invite specific friends to join you.</p></div>
<div class="quick-option"><a class="button-orange quick-start-open" href="#" >QUICK START PUBLIC</a><p>Quick start an open session that anyone can join. Good for meeting others, spontaneous jams.</p></div>