updateRemoteViewTexture method
Implementation
void updateRemoteViewTexture(String userId, int streamType, int viewId) {
ffi.Pointer<ffi.Int8> userIdN = userId.toNativeUtf8().cast<ffi.Int8>();
_trtcFFIBindingsBackup.startRemoteViewTexture(_trtcsharedInstanceNativePointer, userIdN, streamType, viewId);
calloc.free(userIdN);
}