PreviewTeamEndMeetingKind Enum

Definition

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

CloseView 1

Instructs the shell to close the side bar app view.

ShowDefaultView 0

Indicates that after the call ends, the default UI of the VTC app should continue to be shown in the side bar.

Applies to