"Not support start meeting via tokens" when start meeting as host in component view

i followed the code in this link

but still can not join as host , joining as participant work fine .

i try to get host zak like this “https://api.zoom.us/v2/users/” + _userId + “/token?type=zak” or to get it from meetingUrl , it get same token but it didn’t join . i also pass role =1 to get the signature

image

and this is meeting settings to create the meeting

image

This is resolved, needed to change zak to tk in join meeting.

image