rn-verto-typescript
Version:
Verto Free Switch with React Native Type Script
25 lines (24 loc) • 633 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.Params = exports.eventType = void 0;
exports.eventType = { eventData: {} };
exports.Params = {
webSocket: {
login: '',
password: '',
url: ''
},
videoParams: {},
audioParams: {},
loginParams: {},
deviceParams: {},
userVariables: {},
iceServers: false,
ringSleep: 6000,
sesssid: null,
onmessage: (event = exports.eventType) => { },
onWebSocketLoginSuccess: () => { },
onWebSocketLoginError: () => { },
onPeerStreaming: () => { },
onPeerStreamingError: () => { },
};