Skip to content

Commit ba901e4

Browse files
Update WatchLiveStream.js
1 parent 5dadad7 commit ba901e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pages/WatchLiveStream.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 */}

0 commit comments

Comments
 (0)