@vonage/video
Version:
Package to interact with the Vonage Video API (Not OpenTok Compatible)
14 lines • 418 B
TypeScript
/**
* Enum representing different output modes for video archives.
*/
export declare enum ArchiveOutputMode {
/**
* Represents the composed output mode where all streams are mixed into one.
*/
COMPOSED = "composed",
/**
* Represents the individual output mode where each stream is recorded separately.
*/
INDIVIDUAL = "individual"
}
//# sourceMappingURL=ArchiveOutputMode.d.ts.map