UNPKG

@signalwire/js

Version:
3 lines 820 B
export { getDevices, getCameraDevices, getMicrophoneDevices, getSpeakerDevices, getDevicesWithPermissions, getCameraDevicesWithPermissions, getMicrophoneDevicesWithPermissions, getSpeakerDevicesWithPermissions, checkPermissions, checkCameraPermissions, checkMicrophonePermissions, checkSpeakerPermissions, requestPermissions, createDeviceWatcher, createCameraDeviceWatcher, createMicrophoneDeviceWatcher, createSpeakerDeviceWatcher, supportsMediaDevices, supportsGetUserMedia, supportsGetDisplayMedia, getUserMedia, getDisplayMedia, enumerateDevices, enumerateDevicesByKind, getSupportedConstraints, supportsMediaOutput, setMediaElementSinkId, stopStream, stopTrack, createMicrophoneAnalyzer, } from '@signalwire/webrtc'; export type { MicrophoneAnalyzer } from '@signalwire/webrtc'; //# sourceMappingURL=webrtc.d.ts.map