How to use project with out passcode
karthiksaral opened this issue · 3 comments
Dear team,
Your works are valuable, here I try to customise the code with out passcode alternatively I used fetch accessToken concept, I face some issues, for example, I called my own acesstoken API call, in here if I sent the body of params
roomName: "peer", userName: "karthik"
the params automatically converted to
request body: {
"room_name" = peer;
"user_name" = karthik;
}
can you help me to resolve this issues, its really hopeful to integrate in my live project
Hi @karthiksaral,
You can fetch your access token however you want. And then when you have obtained the access token just make sure it is used when the app uses the video SDK to connect to the room.
Does that help?
Will close this since we plan to stick to passcode auth for this repo.
sure, thanks its useful for us.