Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit ed97738

Browse files
committed
playMedia() in onNewStream()
Signed-off-by: Šimon Brandner <[email protected]>
1 parent 364db46 commit ed97738

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/views/voip/VideoFeed.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,7 @@ export default class VideoFeed extends React.PureComponent<IProps, IState> {
161161
audioMuted: this.props.feed.isAudioMuted(),
162162
videoMuted: this.props.feed.isVideoMuted(),
163163
});
164+
this.playMedia();
164165
};
165166

166167
private onMuteStateChanged = () => {

0 commit comments

Comments
 (0)