/** * @spatialwalk/avatarkit-rtc * * Unified RTC adapter for avatarkit - supports LiveKit, Agora and other RTC providers. * This SDK integrates with @spatialwalk/avatarkit for seamless avatar rendering. * * @packageDocumentation */ export { AvatarPlayer } from './core'; export type { AvatarPlayerOptions } from './core'; export { LiveKitProvider, AgoraProvider } from './providers'; export type { AgoraProviderOptions, LiveKitRoom, AgoraClient, } from './providers'; export { ConnectionState, isLiveKitConfig, isLiveKitPrepareConfig, isAgoraConfig, } from './types'; export type { RTCConnectionConfig, RTCPrepareConnectionConfig, LiveKitConnectionConfig, LiveKitPrepareConnectionConfig, AgoraConnectionConfig, } from './types'; export type { LogLevel } from './utils'; //# sourceMappingURL=index.d.ts.map