• Parameters

    • __namedParameters: {
          ListEmptyComponent?: ReactElement<any, string | JSXElementConstructor<any>>;
          mutedParticipants: RestrictedUser[];
          onLoadNext: (() => void);
          renderUser: ((props) => null | ReactElement<any, string | JSXElementConstructor<any>>);
      }
      • Optional ListEmptyComponent?: ReactElement<any, string | JSXElementConstructor<any>>
      • mutedParticipants: RestrictedUser[]
      • onLoadNext: (() => void)
          • (): void
          • Returns void

      • renderUser: ((props) => null | ReactElement<any, string | JSXElementConstructor<any>>)
          • (props): null | ReactElement<any, string | JSXElementConstructor<any>>
          • Parameters

            • props: {
                  user: RestrictedUser;
              }
              • user: RestrictedUser

            Returns null | ReactElement<any, string | JSXElementConstructor<any>>

    Returns Element

Generated using TypeDoc