Spaces:
Sleeping
Sleeping
File size: 389 Bytes
8344179 51f51c3 8344179 |
1 2 3 4 5 6 7 8 9 10 11 |
/**
* RobotHub TransportServer Video Client - Main Module
*
* TypeScript/JavaScript client for video streaming and monitoring
*/
export { VideoClientCore } from './core.js';
export { VideoProducer } from './producer.js';
export { VideoConsumer } from './consumer.js';
export * from './types.js';
export { createProducerClient, createConsumerClient, createClient } from './factory.js';
|