Merge pull request #6627 from SimonBrandner/fix/voip
Properly fix VoIP issues
This commit is contained in:
commit
90a6f251c7
3 changed files with 102 additions and 88 deletions
|
@ -32,7 +32,7 @@ export default class AudioFeedArrayForCall extends React.Component<IProps, IStat
|
|||
super(props);
|
||||
|
||||
this.state = {
|
||||
feeds: [],
|
||||
feeds: this.props.call.getRemoteFeeds(),
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue