@vonage/video
Version:
Package to interact with the Vonage Video API (Not OpenTok Compatible)
22 lines • 559 B
TypeScript
/**
* Enum representing different resolutions for an experience composer.
*/
export declare enum ExperienceComposerResolution {
/**
* Standard definition landscape resolution.
*/
SD_LANDSCAPE = "640x480",
/**
* Standard definition portrait resolution.
*/
SD_PORTRAIT = "480x640",
/**
* High definition landscape resolution.
*/
HD_LANDSCAPE = "1280x720",
/**
* High definition portrait resolution.
*/
HD_PORTRAIT = "720x1280"
}
//# sourceMappingURL=ExperienceComposerResolution.d.ts.map