react-native-xsip
Version:
PJSIP module for React Native
19 lines • 590 B
JavaScript
import { default as Account } from './Account';
import { default as Call } from './Call';
import { default as Endpoint } from './Endpoint';
import { default as PreviewVideoView } from './PreviewVideoView';
import { default as RemoteVideoView } from './RemoteVideoView';
export * from './Account';
export * from './Call';
export * from './Endpoint';
export * from './PreviewVideoView';
export * from './RemoteVideoView';
export { Account, Call, Endpoint, };
export default {
Account,
Call,
Endpoint,
PreviewVideoView,
RemoteVideoView,
};
//# sourceMappingURL=index.js.map