PostHog · Schema

MeetingPlatformEnum

* `zoom` - Zoom * `teams` - Microsoft Teams * `meet` - Google Meet * `desktop_audio` - Desktop audio * `slack` - Slack huddle

A/B TestingAnalyticsFeature FlagsOpen SourceProduct AnalyticsSession Recording
View JSON Schema on GitHub

JSON Schema

posthog-meetingplatformenum-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/MeetingPlatformEnum",
  "title": "MeetingPlatformEnum",
  "enum": [
    "zoom",
    "teams",
    "meet",
    "desktop_audio",
    "slack"
  ],
  "type": "string",
  "description": "* `zoom` - Zoom\n* `teams` - Microsoft Teams\n* `meet` - Google Meet\n* `desktop_audio` - Desktop audio\n* `slack` - Slack huddle"
}