File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ const WatchLiveStream = () => {
101101 // Gọi API để lấy thông tin stream
102102 const fetchStreamInfo = async ( ) => {
103103 try {
104- const response = await fetch ( `http://192.168.120.213 :15001/streams/get/${ streamKey } ` ) ;
104+ const response = await fetch ( `http://103.9.157.149 :15001/streams/get/${ streamKey } ` ) ;
105105 if ( ! response . ok ) {
106106 throw new Error ( "Failed to fetch stream info" ) ;
107107 }
@@ -198,7 +198,7 @@ const WatchLiveStream = () => {
198198 </ div >
199199
200200 { /* Chat box */ }
201- < div className = "w-full md:w-1/3 bg-white rounded-lg shadow-lg flex flex-col" >
201+ < div className = "w-full md:w-1/3 bg-white rounded-lg shadow-lg flex flex-col" style = { { height : '700px' } } >
202202 < h2 className = "text-xl font-bold mb-4 p-4" > Trò chuyện trực tiếp</ h2 >
203203
204204 { /* Hiển thị tin nhắn trò chuyện */ }
You can’t perform that action at this time.
0 commit comments