Share user invite between all administrators #9413
Labels
A-Client
Area: Parsec desktop application
C-UX
Category: User eXperience
enhancement
Improve functionality, potentially changing behavior
Follow up after #9078
Now that the server and data model supports it, this feature can be fully implemented.
Two different approaches have been considered:
Add an extra step in the API so that the user can explicitly choose which administrator to contact. This requires to update
libparsec
, the bindings and the frontend.Update
UserClaimInitialCtx::wait_peer
to simultaneously wait for all the administrators until one of them joins. This still requires to updatelibparsec
but less changes to bindings and the frontend.The simpler approach should first be done as a PoC to validate the feature.
The text was updated successfully, but these errors were encountered: