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 = () => { ...@@ -144,7 +144,6 @@ const Screen = () => {
}); });
console.log("create sender offer success"); console.log("create sender offer success");
await sendPC.setLocalDescription(new RTCSessionDescription(sdp)); await sendPC.setLocalDescription(new RTCSessionDescription(sdp));
console.log(sdp, "", newSocket.id, "", roomId);
newSocket.emit("senderOffer", { newSocket.emit("senderOffer", {
sdp, sdp,
...@@ -245,7 +244,6 @@ const Screen = () => { ...@@ -245,7 +244,6 @@ const Screen = () => {
return ( return (
<div className="container"> <div className="container">
{/* {console.log(users)} */}
<div className="mt-3" style={{ backgroundColor: "#FCF4FF" }}> <div className="mt-3" style={{ backgroundColor: "#FCF4FF" }}>
<div <div
className="m-2 d-flex fw-bold text-center" className="m-2 d-flex fw-bold text-center"
...@@ -271,9 +269,6 @@ const Screen = () => { ...@@ -271,9 +269,6 @@ const Screen = () => {
ref={localVideoRef} ref={localVideoRef}
autoPlay autoPlay
/> />
{/* {users.map((user, index) => {
return <Video key={index} stream={user.stream} />;
})} */}
</div> </div>
</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