Enable users to join calls from multiple devices
This commit is contained in:
parent
46e429c37b
commit
13def24f7e
11 changed files with 199 additions and 216 deletions
|
|
@ -23,7 +23,7 @@ import styles from "./VideoTile.module.css";
|
|||
import { ReactComponent as MicMutedIcon } from "../icons/MicMuted.svg";
|
||||
import { ReactComponent as VideoMutedIcon } from "../icons/VideoMuted.svg";
|
||||
import { AudioButton, FullscreenButton } from "../button/Button";
|
||||
import { ConnectionState } from "../room/InCallView";
|
||||
import { ConnectionState } from "../room/useGroupCall";
|
||||
|
||||
interface Props {
|
||||
name: string;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue