Closed mikeeus closed 2 years ago
Addresses #22. Exports setLogLevel.
I want
@jonpedigo I'm closing this because you can achieve the same thing using the default export:
import AgoraRTC, {createClient} from "agora-rtc-react"; ... AgoraRTC.setLogLevel(3)
Addresses #22. Exports setLogLevel.