Jump to: navigation, search

Active Recording

DevGuide2.png Purpose: To present for each active recording command, the list of default subcommands available and the associated parameters.
Available since: 8.1.100.14

Learn about the Active Recording Commands

These commands enable to perform active recording operations on interactions. Read Use Customizable Commands to see code snippets which demonstrate the usage of the commands.

Managing Active Recording

The commands presented in this section are specific to active recording of interaction and cover the following features (this list is not exhaustive):

  • Start recording an interaction;
  • Pause recording an interaction;
  • Resume recording an interaction;
  • Stop recording an interaction.
Chains of Commands to Manage Active Recording of Interactions
Default Commands Parameters
Chain ActiveRecordingPauseRecordIxnScreenCommand
  • Pause
  • CommandParameter: IInteractionOpenMedia<ref name="IInteractionOpenMedia" > Genesyslab.Desktop.Modules.Core.Model.Interactions.IInteractionOpenMedia</ref>
Chain ActiveRecordingPauseRecordScreenCallCommand
  • Pause
  • CommandParameter: IInteractionVoice<ref name="IInteractionVoice" > Genesyslab.Desktop.Modules.Core.Model.Interactions.IInteractionVoice</ref>
Chain ActiveRecordingResumeRecordIxnScreenCommand
  • Resume
  • CommandParameter: IInteractionOpenMedia<ref name="IInteractionOpenMedia" />
Chain ActiveRecordingResumeRecordScreenCallCommand
  • Resume
  • CommandParameter: IInteractionVoice<ref name="IInteractionVoice" />
Chain ActiveRecordingStartRecordIxnScreenCommand
  • Start
  • CommandParameter: IInteractionOpenMedia<ref name="IInteractionOpenMedia" />
Chain ActiveRecordingStartRecordScreenCallCommand
  • Start
  • CommandParameter: IInteractionVoice<ref name="IInteractionVoice" />
Chain ActiveRecordingStopRecordIxnScreenCommand
  • Stop
  • CommandParameter: IInteractionOpenMedia<ref name="IInteractionOpenMedia" />
Chain ActiveRecordingStopRecordScreenCallCommand
  • Stop
  • CommandParameter: IInteractionVoice<ref name="IInteractionVoice" />

<references />

This page was last edited on February 27, 2013, at 16:12.
Comments or questions about this documentation? Contact us for support!