This directory contains the code that controls the remotely triggered Chrome Remote Desktop (CRD) sessions.
These sessions are started through a remote command typically sent from the DPanel devices page or issued by Class Tools (boca) teachers.
There are 2 remote commands involved in starting CRD sessions:
The public API of this folder exists out of 3 classes:
DeviceCommandFetchCrdAvailabilityInfoJob: The RemoteCommandJob that handles the FETCH_CRD_AVAILABILITY_INFO remote command.DeviceCommandStartCrdSessionJob: The RemoteCommandJob that handles the START_CRD_SESSION remote command.CrdAdminSessionController: The long-lived controller that keeps track of the currently active CRD session.