How to enable page manipulation in collaboration mode?

Product: React Native

Product Version: Lastest

Please give a brief summary of your issue:
(Think of this as an email subject)

How to manipulate pages in collaboration mode ?

Please describe your issue and provide steps to reproduce it:
(The more descriptive your answer, the faster we are able to help you)

I need to manipulate the pages of a document, including adding, removing, rearranging, rotating, and duplicating pages. However, in collaboration mode, there is no edit button available.

<DocumentView
  collabEnabled={true}
  currentUser={'Pdftron'}
/>

Please provide a link to a minimal sample where the issue is reproducible:

Page manipulation is not supported when using the collabEnabled prop. You could disable collaboration mode to allow the user to manipulate pages.

The reason that page manipulation is not permitted in collaboration mode is that there is no way to communicate the page manipulation events to other clients and maintain the annotation data as well.