MeetingSettings

public final class MeetingSettings

Data class for Notetaker Meeting Settings

Constructors

Link copied to clipboard
public EventNotetakerRequest.MeetingSettings EventNotetakerRequest.MeetingSettings(@Json(name = "video_recording") Boolean videoRecording, @Json(name = "audio_recording") Boolean audioRecording, @Json(name = "transcription") Boolean transcription)

Properties

Link copied to clipboard
private final Boolean audioRecording

When true, Notetaker records the meeting's audio.

Link copied to clipboard
private final Boolean transcription

When true, Notetaker transcribes the meeting's audio.

Link copied to clipboard
private final Boolean videoRecording

When true, Notetaker records the meeting's video.

Functions

Link copied to clipboard
public final Boolean getAudioRecording()

When true, Notetaker records the meeting's audio.

Link copied to clipboard
public final Boolean getTranscription()

When true, Notetaker transcribes the meeting's audio.

Link copied to clipboard
public final Boolean getVideoRecording()

When true, Notetaker records the meeting's video.