I am currently Using the latest version of sdk v6.1.0.22534
I am trying the provided ZOOM SDK BOT demo to work on linux to fetch participants id and recording automatically from zoom it should also automatically join and leave meeings
My problem is whenever i run the demo i am only getting this results
redz@redz:~$ /home/redz/Desktop/zoom/meetingSDKDemo/bin/meetingSDKDemo
getpath
self path: /home/redz/Desktop/zoom/meetingSDKDemo/bin
Readfile success.
Reading…meeting_number: “89278569640”
Reading…token: “eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiI3VzJsWFJFbVFJdTA0SXV1aHRRM2dRIiwiZXhwIjoxNzE5NTM3NTQzfQ.hOy-lXNEVTLUow0V1TNhmqLd1T_E7W-WYBIki1Hm8Vo”
Reading…meeting_password: “356333”
Reading…recording_token: “”
Reading…GetVideoRawData: “true”
Reading…GetAudioRawData: “true”
Reading…SendVideoRawData: “false”
Reading…SendAudioRawData: “false”
Meeting Number: 89278569640
Token: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiI3VzJsWFJFbVFJdTA0SXV1aHRRM2dRIiwiZXhwIjoxNzE5NTM3NTQzfQ.hOy-lXNEVTLUow0V1TNhmqLd1T_E7W-WYBIki1Hm8Vo
meeting_password: 356333
recording_token:
GetVideoRawData before parsing is : true
GetVideoRawData: 1
GetAudioRawData before parsing is : true
GetAudioRawData: 1
SendVideoRawData before parsing is : false
SendVideoRawData: 0
SendAudioRawData before parsing is : false
SendAudioRawData: 0
directory of config file: /home/redz/Desktop/zoom/meetingSDKDemo/bin/config.txt
Init meetingSdk:success
AuthService created.
AuthServiceEventListener added.
AuthSDK:token extracted from config file eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiI3VzJsWFJFbVFJdTA0SXV1aHRRM2dRIiwiZXhwIjoxNzE5NTM3NTQzfQ.hOy-lXNEVTLUow0V1TNhmqLd1T_E7W-WYBIki1Hm8Vo
i tried manually joining meetings creating recordings and leaving a meeting but nothing happens to the demo what should i do? can anyone help me?
@tanchunsiong