Hey Alex. I just tried using the new Phone class functionality and it breaks currently. I'm not sure why, but even just trying to get it to vibrate doesn't work. The only function that doesn't break it is the sendNotification one.
Ringtone and NotificationSound don't break it. You just said r.stop() too soon for both of them.
Don't use r.stop() for NotificationSound, only for ringtone. You just need to figure out how to do it properly for the ringtone, otherwise it will play forever. But if you put r.stop() right after r.play() then it won't play at all.
Hey Alex. I just tried using the new Phone class functionality and it breaks currently. I'm not sure why, but even just trying to get it to vibrate doesn't work. The only function that doesn't break it is the sendNotification one.