UNPKG

@twilio/voice-sdk

Version:
5 lines (4 loc) 191 B
import PeerConnection from './peerconnection'; declare function enabled(): boolean; declare function getMediaEngine(): "ORTC" | "WebRTC"; export { enabled, getMediaEngine, PeerConnection, };