Future<void> setDialingTimeInterval(int interval) async { await _rtcConfigModule.invokeMethod(SET_DIALING_TIME_INTERVAL_METHOD, interval); }