AgoraIO-Community / Angular-Agora-RTC

11 stars 16 forks source link

One to One Video Conference Chrome Slow performance #13

Open caglarturkurka opened 4 years ago

caglarturkurka commented 4 years ago

In the project, we use free agora rtc for video and voice conversations of two people in video calls. In this section, when a user calls another user, the Chrome browser is too late to display the first video image of the other person. This problem is not in Firefox. Can you help with Chrome as a very urgent cause of this problem and how we can solve it?

caglarturkurka commented 4 years ago

I supposed that Chrome Browser call this.client.on('stream-subscribed', (evt) => {}); multiple times, but I did not understand why 'stream-subscribed' is called only Chrome browser multiple times, Please help me about this issue because of it is urgent