fixup! openvidu-browser: Stream.typeOfVideo backwards compatibility fix

Add a TODO marker to remember that we have to change this when a
breaking-change release is done.
pull/690/head
Juan Navarro 2022-01-28 15:17:05 +01:00
parent 10f0961757
commit 6e8e05553e
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@ export class Stream {
* *
* If [[hasVideo]] is false, this property is undefined * If [[hasVideo]] is false, this property is undefined
*/ */
typeOfVideo?: keyof typeof TypeOfVideo; typeOfVideo?: keyof typeof TypeOfVideo; // TODO: Change this type to enum TypeOfVideo on the next breaking-change release
/** /**
* StreamManager object ([[Publisher]] or [[Subscriber]]) in charge of displaying this stream in the DOM * StreamManager object ([[Publisher]] or [[Subscriber]]) in charge of displaying this stream in the DOM