UNPKG

@twilio/voice-sdk

Version:
10 lines (9 loc) 257 B
/** * @packageDocumentation * @module Voice * @internalapi */ import PeerConnection from './peerconnection'; declare function enabled(): boolean; declare function getMediaEngine(): "ORTC" | "WebRTC"; export { enabled, getMediaEngine, PeerConnection, };