zoomSdk.showNotification doesn't seem to be working

I’m working with the sample app and getting a succes returned when I run this:

await zoomSdk.showNotification({
type: “info”,
title: “Hello”,
message: “This is an info notification”
});

Where should I see this notification? I don’t think it’s showing up. Could this be a bug or am I doing something wrong?

Thank you,
Auke

My sdk config:
auth: {status: “authorized”, upgradable: true}
browserVersion: “applewebkit/16611.3.10.1.6”
clientVersion: “5.11.0.8323”
media: {video: {width: 1280, height: 720}, renderTarget: {width: 1280, height: 720}}
product: “desktop”
runningContext: “inMeeting”
unsupportedApis: [“clearWebview”] (1)
userAgent: “Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko)”

Hi Auke, you should see the notification show up depending on your OS and notification settings. For example, I am on mac OS Monterey 12.4 and the notification appears in the upper right hand corner on my designated primary monitor

Screen Shot 2022-06-27 at 1.12.40 PM