SetPttTimeLimit static method
设置讲话时长限制
Implementation
static void SetPttTimeLimit(int second) async {
Log.i(tag, "SetPttTimeLimit:$second");
PlatformMethodInvokeHandler.invokeMethod("SetPttTimeLimit", second);
}
设置讲话时长限制
static void SetPttTimeLimit(int second) async {
Log.i(tag, "SetPttTimeLimit:$second");
PlatformMethodInvokeHandler.invokeMethod("SetPttTimeLimit", second);
}