@signalwire/js
Version:
34 lines (33 loc) • 842 B
text/typescript
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'