]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-8290 [verto_communicator] adding help text on how to enable dedicated remote encoder
authorItalo Rossi <italorossib@gmail.com>
Tue, 6 Oct 2015 01:18:46 +0000 (22:18 -0300)
committerItalo Rossi <italorossib@gmail.com>
Tue, 6 Oct 2015 01:18:46 +0000 (22:18 -0300)
html5/verto/verto_communicator/src/css/verto.css
html5/verto/verto_communicator/src/partials/modal_settings.html

index 0ebd4721854a7f497592ded995e1545b50dad004..9bc3a8b70c1d2b8d5e9d704ab570159af69ade88 100644 (file)
@@ -270,6 +270,10 @@ body .modal-body .btn-group .btn.active {
   color: #EEE;
 }
 
+.dedicated_encoder {
+  color: #0B3A84;
+}
+
 /* --- End of Modal settings page --- */
 
 
@@ -449,7 +453,7 @@ body .modal-body .btn-group .btn.active {
 }
 
 #dialpad .date {
-  margin-top: 15px; 
+  margin-top: 15px;
   display: block;
   font-size: 11px;
   color: #CCC;
@@ -568,7 +572,7 @@ body .modal-body .btn-group .btn.active {
 }
 
 #incall .phone li button .big-icon {
-  font-size: 36px; 
+  font-size: 36px;
 }
 
 #incall .video-wrapper {
@@ -1267,11 +1271,11 @@ body:-webkit-full-screen #incall .video-footer {
   body {
     overflow-x: hidden;
   }
-  
+
   #dialpad .call-history li {
     overflow-x: hidden;
   }
-   
+
   #sidebar-wrapper {
     margin-right: -750px;
   }
@@ -1321,7 +1325,7 @@ body:-webkit-full-screen #incall .video-footer {
     margin: 0 auto;
     float: none;
   }
-  
+
   #incall .phone li button {
     padding: 10px;
   }
@@ -1346,8 +1350,8 @@ body:-webkit-full-screen #incall .video-footer {
   }
 }
 
-@media screen 
-  and (min-device-width: 320px) 
+@media screen
+  and (min-device-width: 320px)
   and (max-device-width: 780px) {
 
   body {
@@ -1415,7 +1419,7 @@ body:-webkit-full-screen #incall .video-footer {
     margin: 0 auto;
     float: none;
   }
-  
+
   #incall.centered-block-frame {
     display: block;
     justify-content: none;
@@ -1436,7 +1440,7 @@ body:-webkit-full-screen #incall .video-footer {
     padding-top: calc(50% - 25%);
     padding-bottom: calc(50% - 25%);
   }
-  
+
   .contributors {
     -webkit-padding-start: 0px;
     text-align: center;
index aeaa65a6f594fb6dbb674d2f55608b275224480b..b6bc9cec053496ca4bcea40d70202143ceac4b82 100644 (file)
             ng-model="mydata.vidQual"
             ng-options="item.id as item.label for item in verto.videoQuality"></select>
   </div>
-  
+
   <input type="hidden" name="use_dedenc" ng-value="mydata.useDedenc" ng-model="mydata.useDedenc">
 
-  <div ng-show="mydata.useDedenc">
-    <b>Using Dedicated Remote Encoder</b>
+  <h4>Dedicated Remote Encoder</h4>
+  <h5>Select a non default bandwidth to use a dedicated remote encoder.</h5>
+
+  <div ng-show="mydata.useDedenc" class="dedicated_encoder">
+    <p>Dedicated Remote Encoder enabled.</b>
   </div>
 
   <div class="form-group">