UNPKG

diffusion

Version:

Diffusion JavaScript client

16 lines (15 loc) 664 B
"use strict"; /** * @module Services.Control */ Object.defineProperty(exports, "__esModule", { value: true }); exports.SessionPropertiesEventType = void 0; /** * An enum containing the type of a session properties event. */ var SessionPropertiesEventType; (function (SessionPropertiesEventType) { SessionPropertiesEventType[SessionPropertiesEventType["OPEN"] = 0] = "OPEN"; SessionPropertiesEventType[SessionPropertiesEventType["UPDATE"] = 1] = "UPDATE"; SessionPropertiesEventType[SessionPropertiesEventType["CLOSE"] = 2] = "CLOSE"; })(SessionPropertiesEventType = exports.SessionPropertiesEventType || (exports.SessionPropertiesEventType = {}));