Final fixes
This commit is contained in:
parent
b922c0be35
commit
158ef2531a
1 changed files with 0 additions and 6 deletions
|
|
@ -9,12 +9,6 @@ import { NotificationToast } from "./components/NotificationToast";
|
|||
import { PeerInfo, ChatMessage } from "./types";
|
||||
import { MediaEngine, EncodedFrame } from "./utils/MediaEngine";
|
||||
|
||||
interface JoinedPayload {
|
||||
self_id: number;
|
||||
room: string;
|
||||
peers: PeerInfo[];
|
||||
}
|
||||
|
||||
function App() {
|
||||
const [connected, setConnected] = useState(false);
|
||||
const [selfId, setSelfId] = useState<number | null>(null);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue