Represents a user that is actively joined to a ChatRoomSession .

The ChatRoomParticipanttype exposes the following members.

Properties

  Name Description
Public property EntityGuid Gets the entity GUID which identifies this user to the system.
Public property IsManager Gets a value indicating whether this participant is a manager of this chat room.
Public property 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 .)
Public property Name Gets the name of the user represented by this instance.
Public property SipUri Gets the SIP URI of this participant.
Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)
Top

Operators

  Name Description
Public operator Static member 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.
Top

See Also