132 lines
3.3 KiB
JavaScript
Executable File
132 lines
3.3 KiB
JavaScript
Executable File
// @ts-check
|
|
// Cynhyrchwyd y ffeil hon yn awtomatig. PEIDIWCH Â MODIWL
|
|
// This file is automatically generated. DO NOT EDIT
|
|
|
|
export function AddParticipant(arg1, arg2, arg3) {
|
|
return window['go']['app']['App']['AddParticipant'](arg1, arg2, arg3);
|
|
}
|
|
|
|
export function CheckForUpdates() {
|
|
return window['go']['app']['App']['CheckForUpdates']();
|
|
}
|
|
|
|
export function ClearCustomSound(arg1) {
|
|
return window['go']['app']['App']['ClearCustomSound'](arg1);
|
|
}
|
|
|
|
export function DeleteAllSessions() {
|
|
return window['go']['app']['App']['DeleteAllSessions']();
|
|
}
|
|
|
|
export function DeleteParticipant(arg1) {
|
|
return window['go']['app']['App']['DeleteParticipant'](arg1);
|
|
}
|
|
|
|
export function DeleteSession(arg1) {
|
|
return window['go']['app']['App']['DeleteSession'](arg1);
|
|
}
|
|
|
|
export function DownloadAndInstallUpdate() {
|
|
return window['go']['app']['App']['DownloadAndInstallUpdate']();
|
|
}
|
|
|
|
export function ExportCSV(arg1, arg2) {
|
|
return window['go']['app']['App']['ExportCSV'](arg1, arg2);
|
|
}
|
|
|
|
export function ExportData(arg1, arg2) {
|
|
return window['go']['app']['App']['ExportData'](arg1, arg2);
|
|
}
|
|
|
|
export function GetCustomSoundPath(arg1) {
|
|
return window['go']['app']['App']['GetCustomSoundPath'](arg1);
|
|
}
|
|
|
|
export function GetMeeting() {
|
|
return window['go']['app']['App']['GetMeeting']();
|
|
}
|
|
|
|
export function GetParticipants() {
|
|
return window['go']['app']['App']['GetParticipants']();
|
|
}
|
|
|
|
export function GetSession(arg1) {
|
|
return window['go']['app']['App']['GetSession'](arg1);
|
|
}
|
|
|
|
export function GetSessions(arg1, arg2) {
|
|
return window['go']['app']['App']['GetSessions'](arg1, arg2);
|
|
}
|
|
|
|
export function GetSettings() {
|
|
return window['go']['app']['App']['GetSettings']();
|
|
}
|
|
|
|
export function GetSoundsDir() {
|
|
return window['go']['app']['App']['GetSoundsDir']();
|
|
}
|
|
|
|
export function GetStatistics(arg1, arg2) {
|
|
return window['go']['app']['App']['GetStatistics'](arg1, arg2);
|
|
}
|
|
|
|
export function GetTimerState() {
|
|
return window['go']['app']['App']['GetTimerState']();
|
|
}
|
|
|
|
export function GetVersion() {
|
|
return window['go']['app']['App']['GetVersion']();
|
|
}
|
|
|
|
export function NextSpeaker() {
|
|
return window['go']['app']['App']['NextSpeaker']();
|
|
}
|
|
|
|
export function PauseMeeting() {
|
|
return window['go']['app']['App']['PauseMeeting']();
|
|
}
|
|
|
|
export function RemoveFromQueue(arg1) {
|
|
return window['go']['app']['App']['RemoveFromQueue'](arg1);
|
|
}
|
|
|
|
export function ReorderParticipants(arg1) {
|
|
return window['go']['app']['App']['ReorderParticipants'](arg1);
|
|
}
|
|
|
|
export function RestartApp() {
|
|
return window['go']['app']['App']['RestartApp']();
|
|
}
|
|
|
|
export function ResumeMeeting() {
|
|
return window['go']['app']['App']['ResumeMeeting']();
|
|
}
|
|
|
|
export function SelectCustomSound(arg1) {
|
|
return window['go']['app']['App']['SelectCustomSound'](arg1);
|
|
}
|
|
|
|
export function SkipSpeaker() {
|
|
return window['go']['app']['App']['SkipSpeaker']();
|
|
}
|
|
|
|
export function StartMeeting(arg1, arg2) {
|
|
return window['go']['app']['App']['StartMeeting'](arg1, arg2);
|
|
}
|
|
|
|
export function StopMeeting() {
|
|
return window['go']['app']['App']['StopMeeting']();
|
|
}
|
|
|
|
export function UpdateMeeting(arg1, arg2) {
|
|
return window['go']['app']['App']['UpdateMeeting'](arg1, arg2);
|
|
}
|
|
|
|
export function UpdateParticipant(arg1, arg2, arg3, arg4) {
|
|
return window['go']['app']['App']['UpdateParticipant'](arg1, arg2, arg3, arg4);
|
|
}
|
|
|
|
export function UpdateSettings(arg1) {
|
|
return window['go']['app']['App']['UpdateSettings'](arg1);
|
|
}
|