ConvaiWidget
ConvaiWidget is an all-in-one interface for voice, text, video, and screen sharing.
Props
interface ConvaiWidgetProps {
convaiClient: ConvaiClient;
showVideo?: boolean;
showScreenShare?: boolean;
}Example
<ConvaiWidget
convaiClient={convaiClient}
showVideo={true}
showScreenShare={true}
/>Use This When:
Last updated
Was this helpful?