AgoraIO-Community / Agora-RTC-React

A react wrapper for Agora RTC NG SDK
MIT License
92 stars 48 forks source link

Export setLogLevel #23

Closed mikeeus closed 2 years ago

mikeeus commented 2 years ago

Addresses #22. Exports setLogLevel.

jonpedigo commented 2 years ago

I want

mikeeus commented 2 years ago

@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)