Iam trying to add a functionality to display push notification, just to display some info to user, i used some Zoom AppSdk function and i find this function
await zoomSdk.showNotification({
type: “info”,
title: “Hello”,
message: “This is an info notification”
});
but i dont understand why the sound is not popup and how do i customize ? like logo and some styles .
so can anybody help me to give some suggestion, is it good way to display push notification or there is something else ?
Hi @elisa.zoom
Glad to see you.
yes, iam still wondering how can i handle notification in Zoom app ,
like i created an app which runs in Zoom client i want to show notification when user’s meeting about to start so iam thinking which way should i pick, is there anything zoom provide for that etc.
Thank you for posting in the Zoom Developer Forum. Could you share more details about your use case and the experience you’re looking to bring inside the Zoom meeting? For example, what specific actions should take place, or which notifications are you aiming to create actions around?