Add support for leave call
This commit is contained in:
parent
ed4ddc8e8c
commit
d040a7b733
4 changed files with 81 additions and 19 deletions
|
|
@ -107,6 +107,14 @@ limitations under the License.
|
|||
background: rgba(0, 0, 0, 0.2);
|
||||
}
|
||||
|
||||
.footer {
|
||||
position: relative;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
height: 64px;
|
||||
}
|
||||
|
||||
@media(min-width: 800px) {
|
||||
.roomContainer {
|
||||
flex-direction: row;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue