-
Notifications
You must be signed in to change notification settings - Fork 325
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Interfaces for "Enhanced UX Notification for Video and Audio Call Feature" #4783
base: main
Are you sure you want to change the base?
Conversation
|
@microsoft-github-policy-service agree [company="Microsoft"] |
@microsoft-github-policy-service agree company="Microsoft" |
API design specs usually have clear "this is how an app would use it" samples. I see updates to tests, but not "Contoso wants to create a toast showing you this..." |
OK, so this feature is about "before you answer the call, configure your local devices in this way"? So I can see what I'm going to look like before I answer the call? Is there another API coming that lets the application provide a video feed of the incoming caller so you can see who you're going to connect with? |
dev/AppNotifications/AppNotificationBuilder/AppNotificationBuilder.idl
Outdated
Show resolved
Hide resolved
dev/AppNotifications/AppNotificationBuilder/AppNotificationBuilder.idl
Outdated
Show resolved
Hide resolved
dev/AppNotifications/AppNotificationBuilder/AppNotificationBuilder.idl
Outdated
Show resolved
Hide resolved
dev/AppNotifications/AppNotificationBuilder/AppNotificationBuilder.idl
Outdated
Show resolved
Hide resolved
Let's wait for FrameworkUDK changes to be checked in here before merging |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please fix the tooltip topic before you merge. The "be inert on unsupported" is optional to fix.
|
||
void AppNotification::ConferencingConfig(winrt::Microsoft::Windows::AppNotifications::AppNotificationConferencingConfig const& conferencingConfig) | ||
{ | ||
THROW_HR_IF(E_NOTIMPL, !AppNotificationConferencingConfig::IsCallingPreviewSupported()); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These APIs should "do nothing" if calling preview is unsupported. Allow the caller to set/read the value, but don't use it in any way. And don't throw. :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
But how do we inform the user that this feature is not yet supported when they call these APIs?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[Experimental]
This Pull Request adds required interfaces for "Video Or Audio calling" feature on App Notifications.
Feature proposal link : #4809
Spec link : #4824