Add webRTC video #657
Annotations
11 errors
|
Lint:
example-player-react/WebRtcStream.jsx#L1
Run autofix to sort these imports!
|
Lint:
example-player-react/WebRtcStream.jsx#L83
Async arrow function has no 'await' expression
|
Lint:
player/src/BasicPlayer.tsx#L1
Run autofix to sort these imports!
|
Lint:
player/src/PlaybackArea.tsx#L1
Run autofix to sort these imports!
|
Lint:
player/src/PlaybackArea.tsx#L1
'useMemo' is defined but never used. Allowed unused vars must match /_/u
|
Lint:
player/src/StillImage.tsx#L68
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
Lint:
player/src/StillImage.tsx#L85
React Hook useEffect has a missing dependency: 'authenticator'. Either include it or remove the dependency array. If 'authenticator' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
Lint:
player/src/WebRtcVideo.tsx#L1
Run autofix to sort these imports!
|
Lint:
player/src/WebRtcVideo.tsx#L11
'WebRTCVideoReceive' is defined but never used. Allowed unused vars must match /_/u
|
Lint:
player/src/WebRtcVideo.tsx#L150
The ref value 'videoRef.current' will likely have changed by the time this effect cleanup function runs. If this ref points to a node rendered by React, copy 'videoRef.current' to a variable inside the effect, and use that variable in the cleanup function
|
The logs for this run have expired and are no longer available.
Loading