Class AudioRecordStopEvent

All Implemented Interfaces:
Jsonable

public final class AudioRecordStopEvent extends Event
Represents an EventType.AUDIO_RECORD_STOP event.
  • Method Details

    • getRecordId

      public UUID getRecordId()
      Unique recording identifier.
      Returns:
      The recording ID, or null if unknown.
    • builder

      Entry point for constructing an instance of this class.
      Returns:
      A new Builder.