UNPKG

@vonage/client-sdk-video-react-native

Version:
8 lines 454 B
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