Skip to content

Commit d7253e6

Browse files
chore(video): Mark getCaptionStatus as deprecated since it was never implemented in the API (#1031)
1 parent 99fc6e4 commit d7253e6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/video/lib/video.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -497,6 +497,7 @@ export class Video extends Client {
497497
*
498498
* @param {string} captionId - The ID of the caption to retrieve the status for.
499499
* @return {Promise<CaptionStatusResponse>} A promise that resolves to the status of the requested caption.
500+
* @deprecated This method no longer works and was added incorrectly
500501
*
501502
* @example
502503
* ```ts

0 commit comments

Comments
 (0)