I don’t think we support this scenario out of the box.
We do have UiConfig.Disabled that allows you to disable the ui completely but this can no longer be changed after the creation of the PlayerView
instance.
The only way I currently see how this can be achieved is
- file a feature request
- implement this by customizing the UI (sample, documentation)