FormIt Plugin API v25.0.0 (2025.0.0)
Loading...
Searching...
No Matches
FormIt.Collaboration Namespace Reference

Description

Functions

json Connect (sSessionLink)
 Connect to a collaboration server.
 
json IsConnected ()
 Check whether this client is the collaboration session's owner Parameters: In: Out: bIsConnected
 
json Disconnect ()
 Disconnect from the collaboration server.
 
json GetSessionId ()
 Get ID of the current Collaboration session (empty, if not connected).
 
json IsSessionOwner ()
 Check whether this client is the collaboration session's owner Parameters: In: Out: isOwner
 
json IsFollowingCamera ()
 Check whether this client is following the camera of another client specified by sUserId.
 
json FollowCamera (sUserId)
 Follow the camera of another client specified by sUserId.
 
json GetFollowingCameraUserID ()
 GetFollowingCameraUserID returns the user ID of the client being followed.
 
json UnFollowCamera ()
 Parameters: Un-follow somebody else's camera
 
json ReceiveCreateRefHistory (nHistoryID)
 Receive "referenced History created" notification from the collaboration server.
 
json ReceiveHistory (nHistoryID, sBase64History, bIsOwner)
 Receive initial history and owner status from the collaboration server.
 
json ReceiveDelta (nHistoryID, nDeltaID, sBase64Delta)
 Receive Delta from the collaboration server.
 
json ReceiveUndoRedo (nHistoryID, nUndoValue, nBaseDeltaID, sBase64Delta)
 Receive Undo/Redo from the collaboration server.
 
json ReceiveDataAcceptance (nHistoryID, nDataType, nDeltaID, bAccepted)
 Receive data acceptance from the collaboration server.