voicebot-react-native-expo
Version:
This is a voicebot-react-native package of Kipps AI voice bot for React Native Expo
12 lines • 301 B
TypeScript
import { Participant, Room } from 'livekit-client';
/**
* @alpha
*/
export interface UseIsEncryptedOptions {
room?: Room;
}
/**
* @alpha
*/
export declare function useIsEncrypted(participant?: Participant, options?: UseIsEncryptedOptions): boolean;
//# sourceMappingURL=useIsEncrypted.d.ts.map