I am trying to implement "agora-rtc-sdk-ng" package for live streaming using next.js and typescript.
import AgoraRTC from 'agora-rtc-sdk-ng';
Import of this will throw me an error like as below:
As per other stackoverflow answer, I tried to use the next/dynmaic. But no luck. Please help me if anybody has use "agora-rtc-sdk-ng" in next.js.