Client API

Controlling the co-editing session.

Codox will load and expose a client side API that enables programmatic control of how and when co-editing sessions should be started and stopped. The client shim automatically creates a globally accessible Codox class.

An instance of the Codox class should be created via new Codox() for each editor instance participating in a co-editing session.

Last updated