UNPKG

@vonage/video

Version:

Package to interact with the Vonage Video API (Not OpenTok Compatible)

22 lines 485 B
/** * Enum representing different captioning status. */ export declare enum CaptionStatus { /** * Indicates that captioning has started. */ STARTED = "started", /** * Indicates that captioning has stopped. */ STOPPED = "stopped", /** * Indicates that captioning has been paused. */ PAUSED = "paused", /** * Indicates that captioning has failed. */ FAILED = "failed" } //# sourceMappingURL=CaptionStatus.d.ts.map