Haşim Arıslan
Haşim Arıslan
I have this problem also. In this link [https://stackoverflow.com/questions/63974051/get-server-node-failed-cannot-meet-area-demand-https-webrtc2-ap-web-2-agorai/64009870?noredirect=1#comment113221314_64009870](url) he suggested to me adding areaCode property like this: `this.client = this.ngxAgoraService.createClient({ mode: 'rtc', codec: 'h264',areaCode:'GLOBAL' });` but when i add...
adding "areaCode: string[]" in client-config.model.ts file works.
@haninaja solution works for me thanks a lot! 💯