PMA.live Documentation by Pathomation

Welcome to the programmer's documentation of PMA.live

Intended audience

This documentation is targeted towards software developers that build web applications on top of PMA.core, the digital slide publishing platform of Pathomation.

Quick introduction

PMA.live is a Javascript library that provides programmatic components to build real time sessions, where users collaborate on a select set of digital slides.

Installation

The library is available as a javascript bundle, hosted by the PMA.live server component. To install it, you have to include in your application a set of Javascript files:

<script src="//pma.live.url/bundles/signalr" type="text/javascript"></script>
<script src="//pma.live.url/signalr/hubs" type="text/javascript"></script>`
<script src="//pma.live.url/bundles/collaboration" type="text/javascript"></script>

Quick start

An online example of how to use and set up PMA.live can be found at this blog post. Other examples of using this and the PMA.UI sdk can be found by clicking the examples button above