Merge pull request #6627 from SimonBrandner/fix/voip

Properly fix VoIP issues
This commit is contained in:
David Baker 2021-08-18 18:14:16 +01:00 committed by GitHub
commit 90a6f251c7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 102 additions and 88 deletions

View file

@ -32,7 +32,7 @@ export default class AudioFeedArrayForCall extends React.Component<IProps, IStat
super(props);
this.state = {
feeds: [],
feeds: this.props.call.getRemoteFeeds(),
};
}