[mirotalksfu] - add audioLevelObserver

هذا الالتزام موجود في:
Miroslav Pejic
2022-01-20 11:25:07 +01:00
الأصل 05b37c5403
التزام c153c59a47
5 ملفات معدلة مع 140 إضافات و6 حذوفات

عرض الملف

@@ -735,6 +735,31 @@ progress {
padding: 0;
}
/*--------------------------------------------------------------
# Speech bar
--------------------------------------------------------------*/
.speechbar {
position: absolute;
top: 0;
bottom: 0;
right: 2px;
width: 10px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
pointer-events: none;
}
.bar {
width: 6px;
border-radius: 6px;
background: rgba(#19bb5c, 0.65);
transition-property: height background-color;
transition-duration: 0.25s;
}
/*--------------------------------------------------------------
# Pulse class effect
--------------------------------------------------------------*/

عرض الملف

@@ -17,8 +17,7 @@
right: 0px;
}
#videoMediaContainer div {
/* Camera */
.Camera {
position: relative;
vertical-align: middle;
align-self: center;