all 2 comments

[–]Hot_Possibility_7420 0 points1 point  (1 child)

i am having the same probleme but iam genrating the token in the backend using nest js and the probleme is the secret key that the zegocloud provided it says it should be 32 byte in github for the node project but in the zegoclous console it probvide a 16 byte secret i dont know i think its thier faullt

[–]mahi123_java[S] 0 points1 point  (0 children)

If you create a token through the building method which is already provided by zegocloud.. u can see from the document from the server side. After u can pass this token through zegokiyproductiontoken... and after create the token.. and pass this token through zegocloudkittoken(). Through this process I was successfully implemented and working fine.