Recording

 

  • Allow stopping of recording - Remote user is allowed to stop the recording.
  • Default destination folder for recording files - Select the folder where the recording will be saved.
  • Default destination file template for recorded files (see below for explanation)
  • Play recording once it's finished - At the end of the session, ISL Player will download and automatically play the recorded session. It's also used to export the recording into a standard video format.
  • Start recording when a session is started. Confirmation will not be required from the client. - Select whether to start recording at the beginning of the session without asking.


Default destination file template for recorded files

Default name template for session recordings - recording files will have the name specified in this setting with an ID appended at the end. e.g. If you set the setting to "test" the recording file will be named "test-1.isr"

You can use the following variables in the template to automatically insert additional information to the recording filename:

  • $[TIME] - time in YYYY-MM-DD format
  • $[TIME_LOCAL] - local time of operator in YYYY-MM-DD-hh-mm format
  • $[TIME_UTC] - UTC time of operator in YYYY-MM-DD-hh-mm format
  • $[TIMESTAMP] - current timestamp in Unix Epoch format (e.g 1676477730)
  • $[HOST] - hostname of the supporter's machine (local machine)
  • $[REMOTE_HOST] - hostname of the client's machine (remote machine)
  • $[LOCATION] - specifies who is recording, either desk or client
  • $[SESSION] - internal ID of the session being recorded
  • $[ISLUSER] - username of the supporter
  • $[CODE] - session code of the session being recorded
  • $[<system-varible>] - system variables available on the machine recording the session. On Windows machine, they can be listed using the set command in the Command Prompt. On Unix machines, they can be listed using the env command in the Terminal. Some examples are:
    • $[OS] - Windows - OS version of the Windows machine
    • $[USERNAME] - Windows - Username of the current user
    • $[LOGNAME] - Linux - Username of the current user

Examples:

$[TIMESTAMP]-$[ISLUSER]-$[SESSION] -> 1676477730-tim@islonline.com-s161_3432_12.isr
recording-$[OS]-$[USERNAME] -> recording-Windows_NT-username.isr

                                                            

 Tags: settings, recording                        

Was this article helpful?