- 13 Jan 2022
- 1 Minute à lire
- Impression
- SombreLumière
- PDF
Apex API Overview
- Mis à jour le 13 Jan 2022
- 1 Minute à lire
- Impression
- SombreLumière
- PDF
ScreenMeet adds several Objects to your Salesforce organization as part of our managed package. The primary object that we will focus on ScreenMeet Live Session. This object contains metadata along with the state of the sessions which your users are creating and conducting.
ScreenMeet also bundles a global Apex class in the managed package, called screenmeet.ScreenMeetAPI. This class provides several Apex methods which can be used to create, schedule, reschedule, or close sessions for all session types such as Live, Support, Cobrowse, and Replay.
Whenever a session is created or its state changes in ScreenMeet, we utilize the Salesforce REST API to your Salesforce instance to update the ScreenMeet Live Session object to reflect the current state of the session.
We recommend using mechanisms such as Triggers or Flow Processes if you wish to execute code or behaviors which are based on session state changes.