initRTC static method
Initializes the rtc engine, which needs to be called before the call is established, and has a one-to-one correspondence with releaseRTC.
Implementation
static Future<void> initRTC() {
tools.log("ChatCallKitManager:initRTC called");
return _impl.initRTC();
}