UNPKG

@twilio/voice-react-native-sdk

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