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.