Skip to content

Commit

Permalink
Merge branch 'master' into recording
Browse files Browse the repository at this point in the history
  • Loading branch information
bgrozev committed Nov 14, 2024
2 parents 7aec2bf + e8aacab commit 1c3f305
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,11 @@ public class ConferenceProperties
*/
public static final String ELEMENT = "conference-properties";

/**
* The property key used for indicating that there is an ongoing audio recording.
*/
public static final String KEY_AUDIO_RECORDING_ENABLED = "audio-recording-enabled";

/**
* The property key used for the conference creation timestamp (in
* milliseconds since the Epoch).
Expand Down

0 comments on commit 1c3f305

Please sign in to comment.