remove baresip for now, use ices2

This commit is contained in:
rdl technix 2021-09-03 19:08:48 +02:00
parent 3409fb8ab8
commit 333146a182
10 changed files with 123 additions and 20 deletions

View file

@ -50,7 +50,14 @@
.StreamControl {
display: flex;
flex-direction: column;
/* width: 200px; */
//width: 250px;
width: 100%;
.StreamControl-url {
code {
font-weight: bold;
}
margin: 1rem 0;
}
}
.Meters {
padding: 10px;
@ -94,6 +101,7 @@
.StatusBar {
display: flex;
padding: 1rem;
> * {
display: block;
margin-right: 1rem;