janusweb
Version:
Web client for JanusVR worlds
13 lines (11 loc) • 990 B
HTML
<ui-buttonbar>
{#showedit}<janus-ui-editor-button title="Edit">Edit</janus-ui-editor-button>{/showedit}
<!-- {#showshare}<janus-button-share title="Share Link">Share</janus-button-share>{/showshare} -->
{#showfullscreen}<ui-button name="fullscreen" onclick="janus.engine.client.toggleFullscreen()" title="Fullscreen">⛶</ui-button>{/showfullscreen}
{#showvr}<janus-button-webvr title="Enter VR"></janus-button-webvr>{/showvr}
{#showar}<janus-button-webar title="Enter AR"></janus-button-webar>{/showar}
{#showaudio}<janus-button-audio title="Audio Settings">Audio</janus-button-audio>{/showaudio}
{#showvoip}<janus-button-voip title="Voice Settings">Voice</janus-button-voip>{/showvoip}
{#showsettings}<janus-ui-settings-button title="Settings">Config</janus-ui-settings-button>{/showsettings}
<!-- {#showdebug}<janus-button-debug title="Debug">Debug</janus-button-debug>{/showdebug} -->
</ui-buttonbar>