Skip to content

Commit

Permalink
feat: Adds new Conference Property for audio recording.
Browse files Browse the repository at this point in the history
  • Loading branch information
damencho committed Oct 28, 2024
1 parent 3816e5a commit e8aacab
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 e8aacab

Please sign in to comment.