diff --git a/src/components/views/voip/VideoFeed.tsx b/src/components/views/voip/VideoFeed.tsx index 4ad41b322e..2b75ba73da 100644 --- a/src/components/views/voip/VideoFeed.tsx +++ b/src/components/views/voip/VideoFeed.tsx @@ -117,6 +117,7 @@ export default class VideoFeed extends React.Component { this.setState({ audioOnly: this.props.feed.isAudioOnly()}); const currentMedia = this.getCurrentMedia(); currentMedia.srcObject = newStream; + currentMedia.play(); } onResize = (e) => {