removeVideoEffect

Removes the video effect for the specified node ID.

Future<void> removeVideoEffect(int nodeId);
Since
Available since v4.6.2.

Parameters

nodeId
The unique identifier of the video effect node to be removed. See VideoEffectNodeId.

Return Values

  • 0: Method call succeeds.
  • < 0: Method call fails.