ChatRoomParticipant Members

Include Protected Members
Include Inherited Members

Represents a user that is actively joined to a ChatRoomSession.

The following tables list the members exposed by the ChatRoomParticipant type.

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 operatorStatic member 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 LocalUser on the returned object.

Top

See Also

Reference

ChatRoomParticipant Class

Microsoft.Rtc.Collaboration.GroupChat Namespace