Edit

Share via


ParticipationState Enum

Definition

Enumerates the participation states of a conversation participant who is sharing or viewing a shared resource.

public enum class ParticipationState
public enum ParticipationState
type ParticipationState = 
Public Enum ParticipationState
Inheritance
ParticipationState

Fields

Controlling 3

The participant is controlling the shared resources.

Invalid -1
None 0

No one is sharing.

RequestingControl 2

The participant is requesting control of the shared resources.

Sharing 4

The participant is sharing some resources.

Viewing 1

The participant is viewing resources shared by another participant.

Applies to