UNPKG

fcr-core

Version:

Core APIs for building online scenes

6 lines 221 B
export let FcrDeviceType = /*#__PURE__*/function (FcrDeviceType) { FcrDeviceType["Camera"] = "camera"; FcrDeviceType["Microphone"] = "microphone"; FcrDeviceType["Speaker"] = "speaker"; return FcrDeviceType; }({});