UNPKG

@twilio/voice-react-native-sdk

Version:
12 lines (9 loc) 220 B
import type { Constants } from '../constants'; export interface NativeErrorInfo { code: number; message: string; } export interface NativeErrorEvent { type: Constants.VoiceEventError; error: NativeErrorInfo; }