interface ZoomNodeParameters {
additionalFields?:
| {
agenda?: string;
duration?: number;
password?: string;
scheduleFor?: string;
settings?: {
alternativeHosts?: string;
audio?: "both"
| "telephony"
| "voip";
autoRecording?: "none" | "cloud" | "local";
cnMeeting?: boolean;
hostVideo?: boolean;
inMeeting?: boolean;
joinBeforeHost?: boolean;
muteUponEntry?: boolean;
participantVideo?: boolean;
registrationType?: 1 | 3 | 2;
watermark?: boolean;
};
startTime?: string;
timeZone?: string;
type?: 1
| 3
| 2
| 8;
}
| {
occurrenceId?: string;
showPreviousOccurrences?: boolean;
}
| {
occurrenceId?: string;
scheduleForReminder?: boolean;
};
authentication?: "oAuth2"
| "accessToken";
filters?: { type?: "upcoming" | "scheduled" | "live" };
limit?: number;
meetingId?: string;
operation?:
| "create"
| "get"
| "getAll"
| "update"
| "delete";
resource?: "meeting";
returnAll?: boolean;
topic?: string;
updateFields?: {
agenda?: string;
duration?: number;
password?: string;
scheduleFor?: string;
settings?: {
alternativeHosts?: string;
audio?: "both"
| "telephony"
| "voip";
autoRecording?: "none" | "cloud" | "local";
cnMeeting?: boolean;
hostVideo?: boolean;
inMeeting?: boolean;
joinBeforeHost?: boolean;
muteUponEntry?: boolean;
participantVideo?: boolean;
registrationType?: 1 | 3 | 2;
watermark?: boolean;
};
startTime?: string;
timeZone?: string;
topic?: string;
type?: 1
| 3
| 2
| 8;
};
}
Properties§
Source§readonly additional Fields?:
| {
agenda?: string;
duration?: number;
password?: string;
scheduleFor?: string;
settings?: {
alternativeHosts?: string;
audio?: "both"
| "telephony"
| "voip";
autoRecording?: "none" | "cloud" | "local";
cnMeeting?: boolean;
hostVideo?: boolean;
inMeeting?: boolean;
joinBeforeHost?: boolean;
muteUponEntry?: boolean;
participantVideo?: boolean;
registrationType?: 1 | 3 | 2;
watermark?: boolean;
};
startTime?: string;
timeZone?: string;
type?: 1
| 3
| 2
| 8;
}
| {
occurrenceId?: string;
showPreviousOccurrences?: boolean;
}
| {
occurrenceId?: string;
scheduleForReminder?: boolean;
}
readonly additional Fields?:
| {
agenda?: string;
duration?: number;
password?: string;
scheduleFor?: string;
settings?: {
alternativeHosts?: string;
audio?: "both"
| "telephony"
| "voip";
autoRecording?: "none" | "cloud" | "local";
cnMeeting?: boolean;
hostVideo?: boolean;
inMeeting?: boolean;
joinBeforeHost?: boolean;
muteUponEntry?: boolean;
participantVideo?: boolean;
registrationType?: 1 | 3 | 2;
watermark?: boolean;
};
startTime?: string;
timeZone?: string;
type?: 1
| 3
| 2
| 8;
}
| {
occurrenceId?: string;
showPreviousOccurrences?: boolean;
}
| {
occurrenceId?: string;
scheduleForReminder?: boolean;
}
Source§readonly limit?: number
readonly limit?: number
Max number of results to return Default: 30 Type options: {"minValue":1,"maxValue":300}
Source§readonly update Fields?: {
agenda?: string;
duration?: number;
password?: string;
scheduleFor?: string;
settings?: {
alternativeHosts?: string;
audio?: "both" | "telephony" | "voip";
autoRecording?: "none" | "cloud" | "local";
cnMeeting?: boolean;
hostVideo?: boolean;
inMeeting?: boolean;
joinBeforeHost?: boolean;
muteUponEntry?: boolean;
participantVideo?: boolean;
registrationType?: 1 | 3 | 2;
watermark?: boolean;
};
startTime?: string;
timeZone?: string;
topic?: string;
type?: 1
| 3
| 2
| 8;
}
readonly update Fields?: {
agenda?: string;
duration?: number;
password?: string;
scheduleFor?: string;
settings?: {
alternativeHosts?: string;
audio?: "both" | "telephony" | "voip";
autoRecording?: "none" | "cloud" | "local";
cnMeeting?: boolean;
hostVideo?: boolean;
inMeeting?: boolean;
joinBeforeHost?: boolean;
muteUponEntry?: boolean;
participantVideo?: boolean;
registrationType?: 1 | 3 | 2;
watermark?: boolean;
};
startTime?: string;
timeZone?: string;
topic?: string;
type?: 1
| 3
| 2
| 8;
}
Default: {}
Default: {}