Annotations can be synced in realtime to allow for collaboration between clients.
This tutorial only applies to Xamarin.Android.
Apryse supports annotation syncing between different clients to allow for collaboration. All the required locking, change tracking, merging and view updating are handled internally. Below are instructions on how to handle the import and export of annotation changes on the client side. While the server component is not described here, that implementation would be straightforward. The server would receive XFDF XML data, which it would then pass onto all other active clients that are part of the collaboration session. The clients take care of the updating. The server can store any XFDF data as it likes, since the data is just an XML string.
Here are a few requirements for syncing to work as expected:
Alice
was used for the userId, however, was later changed to AliceB
, the viewer will no longer treat it as the same user. Therefore, we recommend that you generate a UUID for each user.Add the following after ToolManager
is initialized:
When an annotation change event is received from a remote service, add the following to notify the viewer about the change:
To jump to an annotation by id:
Did you find this helpful?
Trial setup questions?
Ask experts on DiscordNeed other help?
Contact SupportPricing or product questions?
Contact Sales