UNPKG

@observertc/observer-js

Version:

Server Side NodeJS Library for processing ObserveRTC Samples

17 lines (16 loc) 794 B
"use strict"; /* eslint-disable no-shadow */ Object.defineProperty(exports, "__esModule", { value: true }); exports.ClientMetaTypes = void 0; var ClientMetaTypes; (function (ClientMetaTypes) { ClientMetaTypes["MEDIA_CONSTRAINT"] = "MEDIA_CONSTRAINT"; ClientMetaTypes["MEDIA_DEVICE"] = "MEDIA_DEVICE"; ClientMetaTypes["MEDIA_DEVICES_SUPPORTED_CONSTRAINTS"] = "MEDIA_DEVICES_SUPPORTED_CONSTRAINTS"; ClientMetaTypes["USER_MEDIA_ERROR"] = "USER_MEDIA_ERROR"; ClientMetaTypes["LOCAL_SDP"] = "LOCAL_SDP"; ClientMetaTypes["OPERATION_SYSTEM"] = "OPERATION_SYSTEM"; ClientMetaTypes["ENGINE"] = "ENGINE"; ClientMetaTypes["PLATFORM"] = "PLATFORM"; ClientMetaTypes["BROWSER"] = "BROWSER"; })(ClientMetaTypes = exports.ClientMetaTypes || (exports.ClientMetaTypes = {}));