react-native-xsip
Version:
PJSIP module for React Native
18 lines (17 loc) • 601 B
TypeScript
import { default as Account } from './Account';
import { default as Call } from './Call';
import { default as Endpoint } from './Endpoint';
export * from './Account';
export * from './Call';
export * from './Endpoint';
export * from './PreviewVideoView';
export * from './RemoteVideoView';
export { Account, Call, Endpoint, };
declare const _default: {
Account: typeof Account;
Call: typeof Call;
Endpoint: typeof Endpoint;
PreviewVideoView: import("react-native").HostComponent<unknown>;
RemoteVideoView: import("react-native").HostComponent<unknown>;
};
export default _default;