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