UNPKG

rn-verto-typescript

Version:

Verto Free Switch with React Native Type Script

12 lines (11 loc) 295 B
import VertoParams from "./VertoParams"; export interface VertoOptions extends VertoParams { blockSessionRecovery?: any; sessid: string; useVideo?: boolean; useStereo?: boolean; remoteVideo?: string; remoteAudioId?: string; localVideo?: string; login?: string; }