{
  "google": {
    "clientId": "",
    "clientSecret": "",
    "redirectUri": "https://nishide-262f7e80-4001-vm.westcentralus.cloudapp.azure.com:8443/oauth/callback",
    "refreshToken": ""
  },
  "zoom": {
    "accountId": "I7U7Ht1qSZuLILY59iMyHw",
    "clientId": "GWsxnAoFTCmIxzq0b9BQIQ",
    "clientSecret": "W7f3yeLGaKI836n1x75R0ZKGElOu9wrn",
    "botEmail": "nishide@beethoven.co.jp",
    "meetingSdkKey": "",
    "meetingSdkSecret": ""
  },
  "googleChat": {
    "webhookUrl": "https://chat.googleapis.com/v1/spaces/AAQAIE7jPr0/messages?key=AIzaSyDdI0hCZtE6vySjMm-WEfRq3CPzqKqqsHI&token=cY7wfx39vhTX6BrDf_BIsDr0sy9-9GyIDPpMw3bl1mM"
  },
  "recording": {
    "outputDir": "/home/work/.openclaw/workspace/meeting-bot/recordings",
    "display": ":99",
    "pulseAudioSink": "virtual_meeting",
    "videoCodec": "libx264",
    "audioCodec": "aac",
    "quality": "medium"
  },
  "transcription": {
    "model": "openai/whisper-large-v3",
    "language": "ja"
  },
  "bot": {
    "joinBefore": 2,
    "maxDuration": 180,
    "pollingInterval": 300
  },
  "notifications": {
    "ownerEmail": "nishide@beethoven.co.jp",
    "sendEmail": true,
    "sendGoogleChat": true,
    "taskReminderDaysBefore": 3
  }
}
