UNPKG

opentok-react-native

Version:

React Native components for OpenTok iOS and Android SDKs

14 lines (12 loc) 288 B
import OTSession from './OTSession'; import OTPublisher from './OTPublisher'; import OTSubscriber from './OTSubscriber'; import OTSubscriberView from './views/OTSubscriberView'; import { OT } from './OT'; export { OTSession, OTPublisher, OTSubscriber, OTSubscriberView, OT, };