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

Commit d4a6c33

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/views/voip/VideoFeed.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,7 @@ export default class VideoFeed extends React.PureComponent<IProps, IState> {
160160
audioMuted: this.props.feed.isAudioMuted(),
161161
videoMuted: this.props.feed.isVideoMuted(),
162162
});
163+
this.playMedia();
163164
};
164165

165166
private onMuteStateChanged = () => {

0 commit comments

Comments
 (0)