steep-balloon-41261
09/28/2022, 8:55 AMdamp-postman-69501
09/28/2022, 11:28 AMagreeable-student-91884
09/28/2022, 1:05 PM<http://app.post|app.post>("/api/room/create", async (req, res) => {
const at = new AccessToken('devkey', 'secret', {
identity: participantName,
});
at.addGrant({ roomJoin: true,roomList:true, room: roomName });
const token = at.toJwt();
console.log('access token', token);
return res.status(200).json({result: true});
});dry-elephant-14928
09/29/2022, 2:38 AMagreeable-student-91884
09/29/2022, 4:35 AMlivekit-server --dev