The widget itself is just a wrapper around a third party softphone implementation that picks up messages and relays them to the CIF Framework. I thought that maybe there was an auth issue, but since I'm capable of using the other methods, I'm not sure if that's actually the case.
window.addEventListener("CIFInitDone", async () => {
console.log("CIFInitDone");
const presence = await Microsoft.CIFramework.getPresence();
console.log("Presence", presence);
});

Report
All responses (
Answers (