updateTextureRendererOrientation method

void updateTextureRendererOrientation(
  1. Orientation orientation
)

update texture render orientation

Implementation

void updateTextureRendererOrientation(Orientation orientation) {
  ZegoUIKitCore.shared.updateTextureRendererOrientation(orientation);
}