Represents a user that is actively joined to a ChatRoomSession .
The ChatRoomParticipanttype exposes the following members.
Properties
Name | Description | |
---|---|---|
EntityGuid | Gets the entity GUID which identifies this user to the system. | |
IsManager | Gets a value indicating whether this participant is a manager of this chat room. | |
IsPresenter | Gets a value indicating whether this participant is a presenter on this chat room. This value is only used when a chat room is configured as an auditorium. (see IsAuditorium .) | |
Name | Gets the name of the user represented by this instance. | |
SipUri | Gets the SIP URI of this participant. |
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Operators
Name | Description | |
---|---|---|
Implicit Widening Implicit Implicit Implicit (ChatRoomParticipant to GroupChatPrincipalSummary) | Performs an implicit conversion from ChatRoomParticipant to GroupChatPrincipalSummary . The ActiveDirectoryPath is unavailable in this context, and will be null on the returned object. Additionally, the Type of the user is unknown in this context, and will always be set to LocalUseron the returned object. |