AgoraIO-Solutions / agora_multichannel

7 stars 3 forks source link

Understanding the logic #1

Closed RalphLincoln closed 3 years ago

RalphLincoln commented 3 years ago

So basically, this application is calling createClient() for every user. I have a react application. At the root of the application this function is called ==>> const client = AgoraRTC.createClient({ codec: 'h264', mode: 'rtc' });

Does this apply to your application?