Interface RecordingStarted

  • All Superinterfaces:
    Event, Message

    public interface RecordingStarted
    extends Event
    Generated by: JavaInterface
    • Method Detail

      • getRecording

        LiveRecording getRecording()
        Recording control object
        Returns:
        LiveRecording
        Since:
        ARI_0_0_1
      • setRecording

        void setRecording​(LiveRecording val)
        Parameters:
        val - Recording control object
        Since:
        ARI_0_0_1