UNPKG

@telnyx/webrtc

Version:
15 lines (14 loc) 528 B
import BaseCall from './BaseCall'; import { IVertoCallOptions } from './interfaces'; export declare class Call extends BaseCall { screenShare: Call; private _statsInterval; hangup(params?: any, execute?: boolean): void; startScreenShare(opts?: IVertoCallOptions): Promise<Call>; stopScreenShare(): void; sendConversationMessage: (message: string) => any; setAudioOutDevice(deviceId: string): Promise<boolean>; protected _finalize(): void; private _stats; } export default Call;