sparkletown/sparkle

View on GitHub
src/hooks/twilio/useVideoRoomState.tsx

Summary

Maintainability
B
4 hrs
Test Coverage

Function useVideoRoomState has 100 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export const useVideoRoomState = (
  userId: string | undefined,
  roomName?: string | undefined,
  activeParticipantByDefault = true
) => {
Severity: Major
Found in src/hooks/twilio/useVideoRoomState.tsx - About 4 hrs to fix

There are no issues that match your filters.

Category
Status