UNPKG

@vonage/video

Version:

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

10 lines 252 B
/** * Represents a response indicating the ID of the enabled caption. */ export type EnableCaptionResponse = { /** * The unique ID of the enabled caption. */ captionsId: string; }; //# sourceMappingURL=EnableCaptionResponse.d.ts.map