mirror of https://github.com/OpenVidu/openvidu.git
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
parent
10f0961757
commit
6e8e05553e
|
@ -118,7 +118,7 @@ export class Stream {
|
|||
*
|
||||
* 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
|
||||
|
|
Loading…
Reference in New Issue