Fix two way talk starting webrtc session (#10422)

* Fix two way talk starting webrtc session

* Remove logs
This commit is contained in:
Nicolas Mowen
2024-03-13 09:04:11 -05:00
committed by GitHub
parent 79ca599ace
commit 52ce6190ae
3 changed files with 21 additions and 11 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ function MSEPlayer({
const msRef = useRef<MediaSource | null>(null);
const wsURL = useMemo(() => {
return `${baseUrl.replace(/^http/, "ws")}live/webrtc/api/ws?src=${camera}`;
return `${baseUrl.replace(/^http/, "ws")}live/mse/api/ws?src=${camera}`;
}, [camera]);
const play = () => {