UNPKG

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

Version:
13 lines (12 loc) 483 B
"use strict"; import OTPublisherJS from "./OTPublisher.js"; import OTSessionJS from "./OTSession.js"; import OTSubscriberJS from "./OTSubscriber.js"; import OTSubscriberViewJS from "./OTSubscriberView.js"; const OTSession = OTSessionJS; const OTSubscriber = OTSubscriberJS; const OTSubscriberView = OTSubscriberViewJS; const OTPublisher = OTPublisherJS; export * from "./types.js"; export { OTSession, OTSubscriber, OTSubscriberView, OTPublisher }; //# sourceMappingURL=index.js.map