Mercurial > libervia-templates
comparison sat_templates/templates/bulma/call/call.html @ 380:788729e741cc
bulma (call): add button to switch camera
author | Goffi <goffi@goffi.org> |
---|---|
date | Fri, 18 Aug 2023 11:19:40 +0200 |
parents | 44337471d390 |
children | c573917ce388 |
comparison
equal
deleted
inserted
replaced
379:44337471d390 | 380:788729e741cc |
---|---|
3 {% extends 'base/base.html' %} | 3 {% extends 'base/base.html' %} |
4 {% endif %} | 4 {% endif %} |
5 | 5 |
6 {% block body %} | 6 {% block body %} |
7 {{ icon_defs( | 7 {{ icon_defs( |
8 "resize-full", "resize-small", "volume-up", "videocam", "dot-3-vert", "wrench", "user-circle", "desktop" | 8 "resize-full", "resize-small", "volume-up", "videocam", "dot-3-vert", "wrench", "user-circle", "desktop", "exchange" |
9 ) }} | 9 ) }} |
10 <audio id="audio_player" class="is-hidden" src="{{media_path}}sounds/notifications/ring_1.mp3" preload="auto" loop></audio> | 10 <audio id="audio_player" class="is-hidden" src="{{media_path}}sounds/notifications/ring_1.mp3" preload="auto" loop></audio> |
11 <section class="section is-full-below-menu" style="position: relative" > | 11 <section class="section is-full-below-menu" style="position: relative" > |
12 <div id="containers_wrapper"> | 12 <div id="containers_wrapper"> |
13 | 13 |
87 {{ icon('videocam', cls='image is-24x24 is-inline-block') }} | 87 {{ icon('videocam', cls='image is-24x24 is-inline-block') }} |
88 </button> | 88 </button> |
89 <button class="button is-success mx-2 inactive screen-off is-hidden-touch" id="share_desktop_btn"> | 89 <button class="button is-success mx-2 inactive screen-off is-hidden-touch" id="share_desktop_btn"> |
90 {{ icon('desktop', cls='image is-24x24 is-inline-block') }} | 90 {{ icon('desktop', cls='image is-24x24 is-inline-block') }} |
91 </button> | 91 </button> |
92 <button class="button is-success mx-2" id="switch_camera_btn"> | |
93 {{ icon('exchange', cls='image is-24x24 is-inline-block') }} | |
94 </button> | |
95 | |
92 </div> | 96 </div> |
93 </div> | 97 </div> |
94 </div> | 98 </div> |
95 | 99 |
96 </div> | 100 </div> |