@vonage/client-sdk-video-react-native
Version:
Vonage Video client SDK for React Native
8 lines • 454 B
TypeScript
import type { OTPublisherComponent, OTSessionComponent, OTSubscriberComponent, OTSubscriberViewComponent } from './types';
declare const OTSession: OTSessionComponent;
declare const OTSubscriber: OTSubscriberComponent;
declare const OTSubscriberView: OTSubscriberViewComponent;
declare const OTPublisher: OTPublisherComponent;
export * from './types';
export { OTSession, OTSubscriber, OTSubscriberView, OTPublisher };
//# sourceMappingURL=index.d.ts.map