Wise App
  • Wise API Integration
    • Getting Started with Wise APIs
    • API Authentication
    • API Endpoints
    • SSO Integration
    • Webhooks Integration
      • Webhook Retry Mechanism
      • Webhook Event Samples
        • Participant Joined Meeting Event
        • Sharing Stared In Meeting Event
        • Participant Left Meeting Event
        • Sharing Ended In Meeting Event
        • Meeting Started Event
        • Meeting Ended Event
        • Recording Completed Event
        • Certificate Issued Event
        • Attendance Computed Event
        • Student Added To Classroom Event
        • Teacher Added To Classroom Event
        • Student Removed From Classroom Event
        • Teacher Removed From Classroom Event
        • Student Suspension Updated Event
        • Fee Payment Completed Event
        • Fee Invoice Charged Event
        • Sessions Created Event
        • Sessions Updated Event
        • Sessions Deleted Event
    • Rate Limits and Usage Quotas
    • Common Errors
  • Wise Data Storage Policy
  • Wise Android & IOS SDKs
    • Wise Android SDK (Kotlin)
    • Wise Android SDK (Java)
    • Wise Flutter SDK
    • Wise Flutter SDK - iOS Integration
  • Third Party Integrations
    • Custom Payment Gateway Integration
      • Razorpay Payments
      • Stripe Payments
    • AWS S3 storage
    • Custom Email
Powered by GitBook
On this page
  1. Wise API Integration
  2. Webhooks Integration
  3. Webhook Event Samples

Sharing Stared In Meeting Event

Event Name: SharingStaredInMeetingEvent

Event Response: {
  "event": "SharingStaredInMeetingEvent",
  "payload": {
    "event": "meeting.sharing_started",
    "payload": {
      "object": {
        "uuid": "XXXXXXXXXXXXXXX",
        "participant": {
          "id": "XXXXXXXXXXXXXXX",
          "user_id": "XXXXXXXXXXXXXXX",
          "user_name": "Gautam",
          "sharing_details": {
            "link_source": "",
            "date_time": "2024-05-07T08:03:48Z",
            "file_link": "",
            "source": "",
            "content": "application"
          }
        },
        "id": "XXXXXXXXXXXXXXX",
        "type": 1,
        "topic": "Music for all(Music)",
        "host_id": "XXXXXXXXXXXXXXX",
        "duration": 60,
        "start_time": "2024-05-07T07:59:47Z",
        "timezone": "Asia/Calcutta"
      },
      "account_id": "XXXXXXXXXXXXXXX"
    },
    "event_ts": 1715069032649,
    "sessionId": "XXXXXXXXXXXXXXX"
  }
}
PreviousParticipant Joined Meeting EventNextParticipant Left Meeting Event

Last updated 10 months ago