fix(flow): ignore contentHint
I don't know how to modify built-in MediaStreamTrack type, so ignore the error.
This commit is contained in:
parent
820d9b2ba8
commit
ab5c8d49c3
|
@ -145,6 +145,7 @@ export default class JitsiStreamPresenterEffect {
|
||||||
|
|
||||||
// Put emphasis on the text details for the presenter's stream
|
// Put emphasis on the text details for the presenter's stream
|
||||||
// See https://www.w3.org/TR/mst-content-hint/
|
// See https://www.w3.org/TR/mst-content-hint/
|
||||||
|
// $FlowExpectedError
|
||||||
capturedStream.getVideoTracks()[0].contentHint = 'text';
|
capturedStream.getVideoTracks()[0].contentHint = 'text';
|
||||||
|
|
||||||
return capturedStream;
|
return capturedStream;
|
||||||
|
|
Loading…
Reference in New Issue