fleeta-api-lib
Version:
A comprehensive library for fleet management applications - API, Auth, Device management
16 lines • 1.04 kB
TypeScript
/**
* Live Provider module exports
* Central export point for all live streaming provider functionality
*/
export type { WebRTCProviderConfig, WebRTCProviderCallbacks, ConnectionState, ConnectionStats, ICEServer, EndpointsByProtocol, InternalWebRTCConfig as WebRTCConfig, WebRTCConnectionConfig, WebRTCConnectionEvents } from './WebRTCProvider';
export { WebRTCConnection } from './WebRTCConnection';
export { WebRTCFactory } from './WebRTCFactory';
export { AudioManager } from './AudioManager';
export { ConnectionStateMachine } from './ConnectionStateMachine';
export type { ConnectionEvent } from './ConnectionStateMachine';
export { GenericSDKLoader, createWebRTCSDKLoader, type ISDKLoader, type SDKLoaderConfig } from './SDKLoader';
export { WebRTCProvider, createWebRTCProvider } from './WebRTCProvider';
export { checkMediaDeviceSupport, requestMicrophonePermission, type MediaDeviceCapabilities } from './WebRTCProvider';
export * from '../live';
export type { TwoWayStatus } from '../live/types';
//# sourceMappingURL=index.d.ts.map