You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As discussed in #1035 and earlier, we need to improve the appprovider in two directions:
Include a "driver" for WOPI and a simple demo driver for ROOT viewer, as a demonstrator for further app integrations. The idea being that Office-like apps supporting collaborative work should be integrated via WOPI, whereas simpler apps and viewers in particular may be more easily integrated with just dedicated drivers in the appprovider framework.
For the WOPI driver, call the getWopiAppEndpoints() function once a day and cache its result (a map, to be protected with a RWMutex).
The text was updated successfully, but these errors were encountered:
As discussed in #1035 and earlier, we need to improve the appprovider in two directions:
Include a "driver" for WOPI and a simple demo driver for ROOT viewer, as a demonstrator for further app integrations. The idea being that Office-like apps supporting collaborative work should be integrated via WOPI, whereas simpler apps and viewers in particular may be more easily integrated with just dedicated drivers in the appprovider framework.
For the WOPI driver, call the
getWopiAppEndpoints()
function once a day and cache its result (a map, to be protected with a RWMutex).The text was updated successfully, but these errors were encountered: