PreviewTeamViewCommand Enum

Definition

This enum is used to communicate an action taken by the user in the shell, such as a hotkey being invoked.

public enum class PreviewTeamViewCommand
/// [Windows.Foundation.Metadata.ContractVersion(Windows.UI.Core.Preview.Communications.PreviewCommunicationsContract, 65536)]
enum class PreviewTeamViewCommand
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.UI.Core.Preview.Communications.PreviewCommunicationsContract), 65536)]
public enum PreviewTeamViewCommand
var value = Windows.UI.Core.Preview.Communications.PreviewTeamViewCommand.toggleCallControl
Public Enum PreviewTeamViewCommand
Inheritance
PreviewTeamViewCommand
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

ShowCalendar 6

Display an agenda or calendar of other meetings to the user.

ShowContent 3

Show any shared content in the call.

ShowMessaging 2

Show a text chat pane for the call.

ShowPeople 1

Display all of the participants in the meeting to the user.

ToggleCallControl 0

Dial or hang up the call, depending on the current call state.

ToggleCamera 5

Enable or disable the user's video in the call.

ToggleFullScreen 8

Enter the app on full screen mode.

ToggleMicrophone 4

Enable or disable the user's microphone in the call.

ToggleScreenSharing 7

Begin capturing the screen and add it to the content in the call.

Applies to