File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# ====================================================
2- # MiroTalk C2C v.1.2.90 - Environment Configuration
2+ # MiroTalk C2C v.1.2.91 - Environment Configuration
33# ====================================================
44
55# App environment
Original file line number Diff line number Diff line change 99 * @license For private project or commercial purposes contact us at: license.mirotalk@gmail.com or purchase it directly via Code Canyon:
1010 * @license https://codecanyon.net/item/mirotalk-c2c-webrtc-real-time-cam-2-cam-video-conferences-and-screen-sharing/43383005
1111 * @author Miroslav Pejic - miroslav.pejic.85@gmail.com
12- * @version 1.2.90
12+ * @version 1.2.91
1313 */
1414
1515require ( 'dotenv' ) . config ( ) ;
Original file line number Diff line number Diff line change @@ -832,10 +832,23 @@ video::-webkit-media-controls {
832832
833833.swal2-popup {
834834 border : var (--border ) !important ;
835+ border-radius : var (--border-radius ) !important ;
835836 background-color : var (--primary-color ) !important ;
836837}
837838
839+ .swal2-popup .swal2-styled .swal2-confirm ,
840+ .swal2-popup .swal2-styled .swal2-cancel ,
841+ .swal2-popup .swal2-styled .swal2-deny {
842+ border-radius : 0.5rem ;
843+ }
844+
845+ .swal2-container {
846+ backdrop-filter : blur (4px );
847+ }
848+
838849.swal2-timer-progress-bar-container {
850+ border-radius : 0 0 var (--border-radius ) var (--border-radius );
851+ overflow : hidden;
839852 background : # 376df9 ;
840853}
841854
Original file line number Diff line number Diff line change 99 * @license For private project or commercial purposes contact us at: license.mirotalk@gmail.com or purchase it directly via Code Canyon:
1010 * @license https://codecanyon.net/item/mirotalk-c2c-webrtc-real-time-cam-2-cam-video-conferences-and-screen-sharing/43383005
1111 * @author Miroslav Pejic - miroslav.pejic.85@gmail.com
12- * @version 1.2.90
12+ * @version 1.2.91
1313 */
1414
1515const roomId = new URLSearchParams ( window . location . search ) . get ( 'room' ) ;
Original file line number Diff line number Diff line change 11{
22 "name" : " mirotalkc2c" ,
3- "version" : " 1.2.90 " ,
3+ "version" : " 1.2.91 " ,
44 "description" : " A free WebRTC Cam-2-Cam browser-based video calls" ,
55 "main" : " server.js" ,
66 "scripts" : {
You can’t perform that action at this time.
0 commit comments