UNPKG

fleeta-api-lib

Version:

A comprehensive library for fleet management applications - API, Auth, Device management

8 lines 533 B
/** * Live View module exports * Central export point for all live view functionality */ export * from './types'; export * from './api'; export type { LiveCameraChannel, LiveStreamStatus, LiveStreamState, WebRTCRole, WebRTCConfig, LivePresignURLParams, LivePresignURLResponse, LiveStreamingWorkflow, PlayLiveViewParams, PlayLiveViewResponse, LiveDirectionParams, LiveDirectionResponse, TwoWayStatus, TwoWayStartParams, TwoWayStartResponse, TwoWayStopParams, TwoWayStopResponse } from './types'; //# sourceMappingURL=index.d.ts.map