getNativeHandle abstract method

Future<int?> getNativeHandle()

Gets the C++ handle of the Native SDK. This method is used to retrieve the native C++ handle of the SDK engine used in special scenarios, such as registering the audio and video frame observer.

return The native handle of the SDK.

Implementation

Future<int?> getNativeHandle();