PreviewTeamEndMeetingKind Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Describes the state of the app's UI upon ending a call.
public enum class PreviewTeamEndMeetingKind
/// [Windows.Foundation.Metadata.ContractVersion(Windows.UI.Core.Preview.Communications.PreviewCommunicationsContract, 65536)]
enum class PreviewTeamEndMeetingKind
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.UI.Core.Preview.Communications.PreviewCommunicationsContract), 65536)]
public enum PreviewTeamEndMeetingKind
var value = Windows.UI.Core.Preview.Communications.PreviewTeamEndMeetingKind.showDefaultView
Public Enum PreviewTeamEndMeetingKind
- Inheritance
-
PreviewTeamEndMeetingKind
- Attributes
Windows requirements
Device family |
Windows Team Extension SDK (introduced in 10.0.19041.0)
|
API contract |
Windows.UI.Core.Preview.Communications.PreviewCommunicationsContract (introduced in v1.0)
|
Fields
Name | Value | Description |
---|---|---|
ShowDefaultView | 0 | Indicates that after the call ends, the default UI of the VTC app should continue to be shown in the side bar. |
CloseView | 1 | Instructs the shell to close the side bar app view. |