getSDKVersion static method

FutureOr<NSString> getSDKVersion()

@detail api @author wangzhanqiang @brief Gets the current version number of the SDK. @return SDK The current version number.

Implementation

static FutureOr<NSString> getSDKVersion() async {
  return await NativeClassUtils.nativeStaticCall(
    _$namespace,
    'getSDKVersion',
    [],
    'com.volcengine.rtc.hybrid_runtime',
  );
}