UNPKG

aivideocall

Version:

Using this package, you can integrate the callyourai video-call component into your react application.

8 lines (7 loc) 279 B
interface MicButtonProps { startListening: () => void; stopListening: () => void; handleCancelOutput: () => void; } declare const MicButton: import('react').ForwardRefExoticComponent<MicButtonProps & import('react').RefAttributes<unknown>>; export default MicButton;