Skip to content

Commit

Permalink
Ignore ontrack event and adding remote track and calling project for …
Browse files Browse the repository at this point in the history
…every sourceId obtained in active event
  • Loading branch information
aravind-raveendran committed Feb 23, 2024
1 parent 2efcd7c commit 7306d15
Show file tree
Hide file tree
Showing 5 changed files with 178 additions and 189 deletions.
2 changes: 2 additions & 0 deletions src/components/errorview/ErrorView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ const ErrorView = (props) => {
useEffect(() => {
LogBox.ignoreLogs(['Error generating token.']);
LogBox.ignoreLogs(['Error while getting subscriber connection path.']);
LogBox.ignoreLogs(['Reconnection failed']);
LogBox.ignoreLogs(['WebSocket not connected']);
}, []);

useEffect(() => {
Expand Down
Loading

0 comments on commit 7306d15

Please sign in to comment.