checkVideoEffectLicense abstract method
- @Deprecated('Deprecated since v3.50.1 and will be deleted in v3.56.1, use RTCVideoEffect.initCVResource instead.')
- String licenseFile
Checks video effect license.
licenseFile
: Absolute path of the license file.
Returned value:
- 0: Success.
- 1000: The Effect SDK is not integrated.
- 1001: This API is not available in your Effect SDK.
- <0: Other errors. See Error Code Table.
Implementation
@Deprecated(
'Deprecated since v3.50.1 and will be deleted in v3.56.1, use RTCVideoEffect.initCVResource instead.')
Future<int?> checkVideoEffectLicense(String licenseFile);