getNativeHandle abstract method

Future<int> getNativeHandle()

Gets the C++ handle of the Native SDK.

This method retrieves the C++ handle of the SDK, which is used for registering the audio and video frame observer.

Returns The native handle of the SDK.

Implementation

Future<int> getNativeHandle();