BigBlueButton past meeting info API

In MynaParrot BigBlueButton, you can get past meeting information by Meeting ID. By default you will not be able to find past meeting activity records from the BigBlueButton API but using this method you should now be able to retrieve past 20 activities for a given Meeting ID. Below are the steps for using this new process with BBB API. Here, we have extended BBB API. Thus, you will need to follow the same procedure as for the BBB API. You can find details from here: https://docs.bigbluebutton.org/dev/api.html#usage

Here 1 extra API method for this purpose:

1) getPastMeetingInfo

 

1) getPastMeetingInfo

Resource URL:

http://api.mynaparrot.com/XXXX/bigbluebutton/api/getPastMeetingInfo?[parameters]&checksum=[checksum]

Parameters:

Param Name Required/Optional Type Description
meetingID Required String The meeting ID that you need to get information. This should be your system's unique meeting ID from where you created the meeting.

 

Example Requests:

https://api.mynaparrot.com/XXXX/bigbluebutton/api/getPastMeetingInfo?meetingID=classroom10&checksum=d001ea569f4700db6fc182067753fde4810fcfcb

Example Response:

<response>
    <returncode>SUCCESS</returncode>
    <meetings>
        <meeting>
            <meeting_name>MynaParrot Test</meeting_name>
            <meeting_id>classroom10</meeting_id>
            <internalMeetingID>581c9394c93806fecae05542f062b6c69f050432-1624695648008</internalMeetingID>
            <maxParticipants>5</maxParticipants>
            <joined>2</joined>
            <hasRecording>true</hasRecording>
            <hasReportReady>false</hasReportReady>
            <meeting-created-at>2021-06-26T10:20:47+02:00</meeting-created-at>
            <meeting-ended-at>2021-06-26T10:21:23+02:00</meeting-ended-at>
        </meeting>
    </meetings>
</response>

 

Note: The value of "joined" may not be correct. This value is the last five minutes before meeting ended for users who have joined. To generate more accurate and detailed reports, you can use MynaParrot BigBlueButton Report Generation API.

We use cookies

Nós usamos cookies em nosso site. Alguns deles são essenciais para a operação do site, enquanto outros nos ajudam a melhorar o site e também a experiência do usuário (rastreamento de cookies).