startRemoteViewTexture method
Implementation
void startRemoteViewTexture(trtc_cloud trtcsharedInstanceNativePointer,
ffi.Pointer<ffi.Int8> userId, int streamType, int textureId) {
return _startRemoteViewTexture(trtcsharedInstanceNativePointer, userId, streamType, textureId);
}