@vonage/video
Version:
Package to interact with the Vonage Video API (Not OpenTok Compatible)
14 lines (12 loc) • 389 B
JavaScript
// lib/enums/LayoutType.ts
var LayoutType = /* @__PURE__ */ ((LayoutType2) => {
LayoutType2["BEST_FIT"] = "bestFit";
LayoutType2["CUSTOM"] = "custom";
LayoutType2["HORIZONTAL_PRESENTATION"] = "horizontalPresentation";
LayoutType2["PIP"] = "pip";
LayoutType2["VERTICAL_PRESENTATION"] = "verticalPresentation";
return LayoutType2;
})(LayoutType || {});
export {
LayoutType
};