Make sure video plays onNewStream
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
parent
025ac46101
commit
ec824c714a
1 changed files with 1 additions and 0 deletions
|
@ -89,6 +89,7 @@ export default class VideoFeed extends React.Component<IProps, IState> {
|
|||
this.setState({ audioOnly: this.props.feed.isAudioOnly()});
|
||||
if (!this.vid.current) return;
|
||||
this.vid.current.srcObject = newStream;
|
||||
this.vid.current.play();
|
||||
}
|
||||
|
||||
onResize = (e) => {
|
||||
|
|
Loading…
Reference in a new issue