FS-8290 [verto_communicator] adding help text on how to enable dedicated remote encoder

This commit is contained in:
Italo Rossi 2015-10-05 22:18:46 -03:00
parent 1926629f64
commit 85f9244dc3
2 changed files with 19 additions and 12 deletions

View File

@ -270,6 +270,10 @@ body .modal-body .btn-group .btn.active {
color: #EEE; color: #EEE;
} }
.dedicated_encoder {
color: #0B3A84;
}
/* --- End of Modal settings page --- */ /* --- End of Modal settings page --- */
@ -449,7 +453,7 @@ body .modal-body .btn-group .btn.active {
} }
#dialpad .date { #dialpad .date {
margin-top: 15px; margin-top: 15px;
display: block; display: block;
font-size: 11px; font-size: 11px;
color: #CCC; color: #CCC;
@ -568,7 +572,7 @@ body .modal-body .btn-group .btn.active {
} }
#incall .phone li button .big-icon { #incall .phone li button .big-icon {
font-size: 36px; font-size: 36px;
} }
#incall .video-wrapper { #incall .video-wrapper {
@ -1267,11 +1271,11 @@ body:-webkit-full-screen #incall .video-footer {
body { body {
overflow-x: hidden; overflow-x: hidden;
} }
#dialpad .call-history li { #dialpad .call-history li {
overflow-x: hidden; overflow-x: hidden;
} }
#sidebar-wrapper { #sidebar-wrapper {
margin-right: -750px; margin-right: -750px;
} }
@ -1321,7 +1325,7 @@ body:-webkit-full-screen #incall .video-footer {
margin: 0 auto; margin: 0 auto;
float: none; float: none;
} }
#incall .phone li button { #incall .phone li button {
padding: 10px; padding: 10px;
} }
@ -1346,8 +1350,8 @@ body:-webkit-full-screen #incall .video-footer {
} }
} }
@media screen @media screen
and (min-device-width: 320px) and (min-device-width: 320px)
and (max-device-width: 780px) { and (max-device-width: 780px) {
body { body {
@ -1415,7 +1419,7 @@ body:-webkit-full-screen #incall .video-footer {
margin: 0 auto; margin: 0 auto;
float: none; float: none;
} }
#incall.centered-block-frame { #incall.centered-block-frame {
display: block; display: block;
justify-content: none; justify-content: none;
@ -1436,7 +1440,7 @@ body:-webkit-full-screen #incall .video-footer {
padding-top: calc(50% - 25%); padding-top: calc(50% - 25%);
padding-bottom: calc(50% - 25%); padding-bottom: calc(50% - 25%);
} }
.contributors { .contributors {
-webkit-padding-start: 0px; -webkit-padding-start: 0px;
text-align: center; text-align: center;

View File

@ -89,11 +89,14 @@
ng-model="mydata.vidQual" ng-model="mydata.vidQual"
ng-options="item.id as item.label for item in verto.videoQuality"></select> ng-options="item.id as item.label for item in verto.videoQuality"></select>
</div> </div>
<input type="hidden" name="use_dedenc" ng-value="mydata.useDedenc" ng-model="mydata.useDedenc"> <input type="hidden" name="use_dedenc" ng-value="mydata.useDedenc" ng-model="mydata.useDedenc">
<div ng-show="mydata.useDedenc"> <h4>Dedicated Remote Encoder</h4>
<b>Using Dedicated Remote Encoder</b> <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>
<div class="form-group"> <div class="form-group">