UNPKG

rn-verto-typescript

Version:

Verto Free Switch with React Native Type Script

6 lines 180 B
export default interface VertoRTCCallbacks { onPeerStreaming: Function, onPeerStreamingError: (reason: any) => PromiseLike<never>, onICESDP: Function, onNewCall: Function }