INNER CODE UNIT · TypeScript
RNCallKeep
react-native-webrtc/react-native-callkeep · index.d.ts:138
export default class RNCallKeep {
static getInitialEvents(): Promise<InitialEvents>
static clearInitialEvents(): void
static addEventListener<Event extends Events>(
type: Event,
handler: (args: EventsPayload[Event]) => void,
): EventListener
static removeEventListener(type: Events): void
static setup(options: IOptions): Promise<boolean>
static hasDefaultPhoneAccount(): boolean
static answerIncomingCall(uuid: string): void