UNPKG

@vonage/video

Version:

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

12 lines (10 loc) 234 B
/** * Represents a response indicating the ID of the enabled caption. */ type EnableCaptionResponse = { /** * The unique ID of the enabled caption. */ captionsId: string; }; export type { EnableCaptionResponse };