Session_name for videosdk-linux-raw-recording-sample

@chunsiong.zoom I write in the config.txt session_token from my developer account, but how can I know wha is session_name foe this JWT token?

And cause I don’t know what token is, I get next text in my console

getpath
self path: /root/videosdk-linux-raw-recording-sample/bin
getpath
self path: /root/videosdk-linux-raw-recording-sample/bin
Readfile success.
Reading..session_name: ""
Reading..session_token: "eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJhdWQiOm51bGwsImlzcyI6Imhxd0N3aDBXUVNTQ2xIWmZSLThqVHciLCJleHAiOjE3MTAwMDY2NDgsImlhdCI6MTcwOTQwMTg0OX0.ACfCYmLdK1mjFhPLCmNJsSdUUzlPPVTMNOcTXu4ZmVM"
Reading..session_psw: ""
Reading..GetVideoRawData: "true"
Reading..GetAudioRawData: "true"
Reading..SendVideoRawData: "false"
Reading..SendAudioRawData: "false"
session_name: 
session_token: eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJhdWQiOm51bGwsImlzcyI6Imhxd0N3aDBXUVNTQ2xIWmZSLThqVHciLCJleHAiOjE3MTAwMDY2NDgsImlhdCI6MTcwOTQwMTg0OX0.ACfCYmLdK1mjFhPLCmNJsSdUUzlPPVTMNOcTXu4ZmVM
session_psw: 
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: /root/videosdk-linux-raw-recording-sample/bin/config.txt
begin to join: /root/videosdk-linux-raw-recording-sample/bin/config.txt
join session errorCode : 1500  detailErrorCode: 0

Now i create token using generator from video sdk authorize

but i have the same problem. I create session with name “EmotinIQ” using video-sdk-web-sample

I’m solve issue by my own

What I do, I create JWT token using jwt.io like this


After this I change my config.txt and create session using video-sdk-web-sample with next config

and put topic and password to session_name and session_psw in config.txt from video-sdk-linux-raw-recording-sample.
After this I make cmake -B build in root directory and make in /build directory and start bot. That’s all, bot work well