Zoomtopia is here. Unlock the transformative power of generative AI, helping you connect, collaborate, and Work Happy with AI Companion.
Register nowEmpowering you to increase productivity, improve team effectiveness, and enhance skills.
Learn moreKeep your Zoom app up to date to access the latest features.
Download Center Download the Zoom appDownload hi-res images and animations to elevate your next Zoom meeting.
Browse Backgrounds Zoom Virtual BackgroundsEmpowering you to increase productivity, improve team effectiveness, and enhance skills.
Zoom AI Companion2024-10-13 10:12 AM
Buenas, quiero encontrar mi sdkKey pero no entiendo en dónde esta eso. Veo que se utiliza en esta función pero no sé donde esta, agradecería la ayuda por favor 😞
let userName = 'Mateo'
ZoomMtg.init({
leaveUrl: leaveUrl, // https://example.com/thanks-for-joining
success: (success) => {
ZoomMtg.join({
sdkKey: sdkKey,
signature: zoomFirma, // role in SDK signature needs to be 0
meetingNumber: id,
passWord: password,
userName: userName,
success: (success) => {
console.log(success)
},
error: (error) => {
console.log(error)
}
})
},