voicebot-react-native-expo
Version:
This is a voicebot-react-native package of Kipps AI voice bot for React Native Expo
175 lines (174 loc) • 4.36 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
Object.defineProperty(exports, "ParticipantContext", {
enumerable: true,
get: function () {
return _componentsReact.ParticipantContext;
}
});
Object.defineProperty(exports, "RoomContext", {
enumerable: true,
get: function () {
return _componentsReact.RoomContext;
}
});
Object.defineProperty(exports, "TrackRefContext", {
enumerable: true,
get: function () {
return _componentsReact.TrackRefContext;
}
});
Object.defineProperty(exports, "isTrackReference", {
enumerable: true,
get: function () {
return _componentsReact.isTrackReference;
}
});
Object.defineProperty(exports, "useChat", {
enumerable: true,
get: function () {
return _componentsReact.useChat;
}
});
Object.defineProperty(exports, "useConnectionState", {
enumerable: true,
get: function () {
return _componentsReact.useConnectionState;
}
});
Object.defineProperty(exports, "useDataChannel", {
enumerable: true,
get: function () {
return _componentsReact.useDataChannel;
}
});
Object.defineProperty(exports, "useEnsureTrackRef", {
enumerable: true,
get: function () {
return _componentsReact.useEnsureTrackRef;
}
});
Object.defineProperty(exports, "useIsEncrypted", {
enumerable: true,
get: function () {
return _componentsReact.useIsEncrypted;
}
});
Object.defineProperty(exports, "useIsMuted", {
enumerable: true,
get: function () {
return _componentsReact.useIsMuted;
}
});
Object.defineProperty(exports, "useIsSpeaking", {
enumerable: true,
get: function () {
return _componentsReact.useIsSpeaking;
}
});
Object.defineProperty(exports, "useLiveKitRoom", {
enumerable: true,
get: function () {
return _componentsReact.useLiveKitRoom;
}
});
Object.defineProperty(exports, "useLocalParticipant", {
enumerable: true,
get: function () {
return _componentsReact.useLocalParticipant;
}
});
Object.defineProperty(exports, "useLocalParticipantPermissions", {
enumerable: true,
get: function () {
return _componentsReact.useLocalParticipantPermissions;
}
});
Object.defineProperty(exports, "useParticipantContext", {
enumerable: true,
get: function () {
return _componentsReact.useParticipantContext;
}
});
Object.defineProperty(exports, "useParticipantInfo", {
enumerable: true,
get: function () {
return _componentsReact.useParticipantInfo;
}
});
Object.defineProperty(exports, "useParticipantTracks", {
enumerable: true,
get: function () {
return _componentsReact.useParticipantTracks;
}
});
Object.defineProperty(exports, "useParticipants", {
enumerable: true,
get: function () {
return _componentsReact.useParticipants;
}
});
Object.defineProperty(exports, "useRemoteParticipant", {
enumerable: true,
get: function () {
return _componentsReact.useRemoteParticipant;
}
});
Object.defineProperty(exports, "useRemoteParticipants", {
enumerable: true,
get: function () {
return _componentsReact.useRemoteParticipants;
}
});
Object.defineProperty(exports, "useRoomContext", {
enumerable: true,
get: function () {
return _componentsReact.useRoomContext;
}
});
Object.defineProperty(exports, "useRoomInfo", {
enumerable: true,
get: function () {
return _componentsReact.useRoomInfo;
}
});
Object.defineProperty(exports, "useSortedParticipants", {
enumerable: true,
get: function () {
return _componentsReact.useSortedParticipants;
}
});
Object.defineProperty(exports, "useSpeakingParticipants", {
enumerable: true,
get: function () {
return _componentsReact.useSpeakingParticipants;
}
});
Object.defineProperty(exports, "useTrackMutedIndicator", {
enumerable: true,
get: function () {
return _componentsReact.useTrackMutedIndicator;
}
});
Object.defineProperty(exports, "useTrackRefContext", {
enumerable: true,
get: function () {
return _componentsReact.useTrackRefContext;
}
});
Object.defineProperty(exports, "useTracks", {
enumerable: true,
get: function () {
return _componentsReact.useTracks;
}
});
Object.defineProperty(exports, "useVisualStableUpdate", {
enumerable: true,
get: function () {
return _componentsReact.useVisualStableUpdate;
}
});
var _componentsReact = require("@livekit/components-react");
//# sourceMappingURL=hooks.js.map