UNPKG

rn-verto-typescript

Version:

Verto Free Switch with React Native Type Script

18 lines (17 loc) 451 B
import Authentication from "./Authentication"; export default interface VertoParams { webSocket: Authentication, videoParams: any, audioParams?: any, loginParams?: any, deviceParams: any, userVariables?: any, iceServers: boolean, ringSleep?: number, sesssid?: number, onmessage?: Function, onWebSocketLoginSuccess?: Function, onWebSocketLoginError?: Function, onPeerStreaming?: Function, onPeerStreamingError?: Function, }