Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: typedoc parameters issue #127

Merged
merged 1 commit into from
Aug 7, 2023
Merged

fix: typedoc parameters issue #127

merged 1 commit into from
Aug 7, 2023

Conversation

guoxianzhe
Copy link
Collaborator

No description provided.

@github-actions
Copy link
Contributor

github-actions bot commented Aug 7, 2023

Coverage Summary for `./packages/agora-rtc-react`

Status Category Percentage Covered / Total
🔵 Lines 95.12% 2495 / 2623
🔵 Statements 95.12% 2495 / 2623
🔵 Functions 86.95% 40 / 46
🔵 Branches 88.84% 207 / 233
File Coverage
File Stmts % Branch % Funcs % Lines Uncovered Lines
packages/agora-rtc-react/src/error.ts 100% 100% 100% 100%
packages/agora-rtc-react/src/index.ts 100% 100% 100% 100%
packages/agora-rtc-react/src/types.ts 100% 100% 100% 100%
packages/agora-rtc-react/src/components/LocalAudioTrack.tsx 100% 100% 100% 100%
packages/agora-rtc-react/src/components/LocalUser.tsx 100% 100% 100% 100%
packages/agora-rtc-react/src/components/LocalVideoTrack.tsx 100% 100% 100% 100%
packages/agora-rtc-react/src/components/RemoteAudioTrack.tsx 100% 100% 100% 100%
packages/agora-rtc-react/src/components/RemoteUser.tsx 100% 100% 100% 100%
packages/agora-rtc-react/src/components/RemoteVideoTrack.tsx 100% 100% 100% 100%
packages/agora-rtc-react/src/components/TrackBoundary.tsx 67.29% 88.88% 50% 67.29% 21-60, 87-94, 116-117, 148-149
packages/agora-rtc-react/src/components/UserCover.tsx 95.83% 50% 100% 95.83% 43-44
packages/agora-rtc-react/src/hooks/events.ts 93.29% 100% 0% 93.29% 417-436, 522-537
packages/agora-rtc-react/src/hooks/useConnectionState.ts 92.15% 44.44% 100% 92.15% 37-38, 46-47
packages/agora-rtc-react/src/hooks/useCurrentUID.ts 95.12% 75% 100% 95.12% 31-32
packages/agora-rtc-react/src/hooks/useIsConnected.ts 89.36% 50% 100% 89.36% 35-37, 42-43
packages/agora-rtc-react/src/hooks/useJoin.ts 98% 80% 100% 98% 86-87
packages/agora-rtc-react/src/hooks/useLocalCameraTrack.ts 100% 100% 100% 100%
packages/agora-rtc-react/src/hooks/useLocalMicrophoneTrack.ts 100% 100% 100% 100%
packages/agora-rtc-react/src/hooks/useLocalScreenTrack.ts 100% 100% 100% 100%
packages/agora-rtc-react/src/hooks/useNetworkQuality.ts 95.83% 66.66% 100% 95.83% 43-44
packages/agora-rtc-react/src/hooks/usePublish.ts 93.39% 76.92% 100% 93.39% 60-65, 68
packages/agora-rtc-react/src/hooks/useRTCClient.tsx 100% 100% 100% 100%
packages/agora-rtc-react/src/hooks/useRTCScreenShareClient.tsx 53.84% 100% 0% 53.84% 13-21, 24-26
packages/agora-rtc-react/src/hooks/useRemoteAudioTracks.ts 98.84% 88% 100% 98.84% 79, 81
packages/agora-rtc-react/src/hooks/useRemoteUserTrack.ts 100% 100% 100% 100%
packages/agora-rtc-react/src/hooks/useRemoteUsers.ts 100% 75% 100% 100%
packages/agora-rtc-react/src/hooks/useRemoteVideoTracks.ts 98.82% 88% 100% 98.82% 78, 80
packages/agora-rtc-react/src/hooks/useVolumeLevel.ts 100% 100% 100% 100%

@guoxianzhe guoxianzhe merged commit 32dcedc into main Aug 7, 2023
4 checks passed
@guoxianzhe guoxianzhe deleted the dev/typedoc branch August 7, 2023 08:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant