UNPKG

@telnyx/webrtc

Version:
14 lines (13 loc) 472 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; setAudioOutDevice(deviceId: string): Promise<boolean>; protected _finalize(): void; private _stats; } export default Call;