File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/views/meeting/components Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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" >
You can’t perform that action at this time.
0 commit comments