Add support for leave call

This commit is contained in:
Robert Long 2021-07-27 13:26:18 -07:00
commit d040a7b733
4 changed files with 81 additions and 19 deletions

View file

@ -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;