@vonage/client-sdk-video-react-native
Version:
Vonage Video client SDK for React Native
13 lines (12 loc) • 483 B
JavaScript
;
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