Skip to main content
Version: /v1

End Meeting Session - API

Use the following Rest API to end a running session.

cURL -H "Content-Type: application/json" \
-H "Authorization: $YOUR_JWT_TOKEN" \
-XPOST \
https://api.videosdk.live/v1/meeting-sessions/:id/end

Request

      Path Parameters
    • idsession-idstring

Response

  • __responseobject

      Properties
    • idstring

    • meetingIdstring

    • startdate

    • enddate

    • participantsArray<object>

      • participantIdstring

      • namestring

      • timelogArray<object>

        • startdate

        • enddate

Got a Question? Ask us on discord


Was this helpful?