@@ -99,7 +99,6 @@ export function usePush() {
watch(
() => currentMaxFramerate.value,
(newVal) => {
- console.log(currentMaxFramerate.value, 'currentMaxFramerate.value');
if (canvasVideoStream.value) {
canvasVideoStream.value.getVideoTracks().forEach((track) => {
track.applyConstraints({
@@ -204,7 +204,6 @@ const { handleHlsPlay, videoLoading, remoteVideo, handleStopDrawing } = usePull(
() => remoteVideo.value,
- console.log('kkksd', newVal);
newVal.forEach((item) => {
remoteVideoRef.value?.appendChild(item);
});