@huddly/sdk-interfaces
Version:
Module for describing the Huddly SDK using interfaces
13 lines (12 loc) • 345 B
TypeScript
/**
* Lower case naming scheme to match target reported values for boxfish.
*/
declare enum AutozoomModes {
NORMAL = "normal",
PLAZA = "plaza",
PLAZA_DUPLICATE = "plaza_duplicate",
SPEAKER_FRAMING = "speaker_framing",
SPEAKER_CENTRIC_FRAMING = "speaker_centric_framing",
FOCUS = "focus"
}
export default AutozoomModes;