Linux Meeting SDK and join_token

Hi @chunsiong.zoom,

Thank you so much for all your contributions on the Linux Meeting SDK.

I just tried your sample app on raw recording from github on MacOS and I was able to join a meeting.

We are trying to get a bot to join the Zoom Event Sessions. From the Zoom Events apis, I’m able to get the list of events, sessions and the “join_token”.

But when I passed the join_token in the withoutloginParam in meeting_sdk_demo.cpp, it returns a meeting status code of onMeetingStatusChanged: 2, iResult: 0.

Can the Linux Meeting SDK join an event session with the join_token?

P.S I don’t know C++.

Thanks.

@constantine where are you getting your join token from?

1 Like

I’m getting the join_token from the Zoom REST api.

@constantine this might not be the right join token.

If you are looking for a token which allows the Linux Meeting SDK to join and record a meeting, you will need to get a local recording token

/meetings/:meetingId/jointoken/local_recording

Hi @chunsiong.zoom can you message me privately please.

Thanks.