Skip to content

Commit 15a48ae

Browse files
committed
fixed: meeting
1 parent 9b35dcc commit 15a48ae

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/views/meeting/components/MindMapComponent.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ const MindMapComponent = ({ setScripts }: MindMapComponentProps) => {
6161

6262
const meetingStart = () => {
6363
const client = new Client({
64-
brokerURL: "wss://moaba.site/ws", // 서버 WebSocket URL q
64+
brokerURL: "wss://www.moaba.site/ws", // 서버 WebSocket URL q
6565
reconnectDelay: 5000,
6666
debug: (str) => {
6767
console.log(str);
@@ -219,12 +219,12 @@ const MindMapComponent = ({ setScripts }: MindMapComponentProps) => {
219219
</div>
220220
<div className="middle-bar">
221221
<div className="record-length-wrap">
222-
{/* <div className="box-wrap">
222+
<div className="box-wrap">
223223
<div className="red box"></div>
224224
{Array.from({ length: 9 }).map(() => (
225225
<div className="box"></div>
226226
))}
227-
</div> */}
227+
</div>
228228
<div className="box-time">{formattedTime}</div>
229229
{isRecording && (
230230
<div className="box-menu">

0 commit comments

Comments
 (0)