dePlatformRenderRef method

Future<void> dePlatformRenderRef(
  1. int platformViewId
)
inherited

Implementation

Future<void> dePlatformRenderRef(int platformViewId) async {
  await rtcEngine.globalVideoViewController
      ?.dePlatformRenderRef(platformViewId);
}