addPlatformRenderRef method

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

Implementation

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