Commit 5fb56d3d authored by 우지원's avatar 우지원
Browse files

Merge remote-tracking branch 'origin/master' into woojiweon2

parents dd3c8aaa 3075bbbe
......@@ -144,7 +144,6 @@ const Screen = () => {
});
console.log("create sender offer success");
await sendPC.setLocalDescription(new RTCSessionDescription(sdp));
console.log(sdp, "", newSocket.id, "", roomId);
newSocket.emit("senderOffer", {
sdp,
......@@ -245,7 +244,6 @@ const Screen = () => {
return (
<div className="container">
{/* {console.log(users)} */}
<div className="mt-3" style={{ backgroundColor: "#FCF4FF" }}>
<div
className="m-2 d-flex fw-bold text-center"
......@@ -271,9 +269,6 @@ const Screen = () => {
ref={localVideoRef}
autoPlay
/>
{/* {users.map((user, index) => {
return <Video key={index} stream={user.stream} />;
})} */}
</div>
</div>
);
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment