f
This commit is contained in:
@@ -202,7 +202,7 @@ socket.on('broadcasterDisconnected', () => {
|
||||
remoteVideo.srcObject = null;
|
||||
|
||||
overlay.classList.remove('hidden');
|
||||
overlay.querySelector('h1').innerText = 'Stream Ended';
|
||||
overlay.querySelector('h1').innerText = 'Offline';
|
||||
overlay.querySelector('.status-indicator span:last-child').innerText = 'Waiting for new stream...';
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user