cancel
Showing results for 
Search instead for 
Did you mean: 
The Zoom Community will be placed in read-only mode January 9th, 2026 through January 22nd, 2026 to deliver you a new and improved community experience!

The community will still be accessible, however, the creation of any new discussions or replies will be temporarily unavailable. We appreciate your patience during this time.

Users can start meeting without ZAK token

Abhay_Patel
Newcomer
Newcomer

Hello Folks,

I am very new to this integration of zoom,

currently i have created MERN project and built two different apps at market place one is normal and another is

server-to-server oauth, i am able to create the meeting and joining it as well, to create and verify signature i am using normal app and to create Meeting using API i am using server-to-server app,


Am i doing right ? because if i use server-to-server app's creds to generate signature it shows me invalid signature when i join the meeting.

I am able to join the meeting, like if i pass role_id to 1 and not passing ZAK token , still it is started the meeting as host and every one are also joining meeting without registration token. while i have crated meeting with following parameters 

 

 
const payload = {
topic: topic, // name of the meeting
duration: 120, // in meetings
start_time: new Date(),
password: "test",
type: 2, // A scheduled meeting.
settings: {
approval_type: 0,// automatically approve registration.
auto_recording: "local",
meeting_authentication: true // to allowed only registered users
}
};

const meetingResponse = await axios.post(`${api_base_url}/users/me/meetings`, payload, { headers });


can 

1 REPLY 1

Ray_Harwood
Community Champion | Customer
Community Champion | Customer

Welcome to the Zoom Community, @Abhay_Patel.

 

Your question might be more appropriate for the Developers Forum at https://developers.zoom.us/


Ray -- check out the GoodClix website.