ChatRoomParticipant Class

Definition

Represents a user that is actively joined to a ChatRoomSession.

public ref class ChatRoomParticipant
public class ChatRoomParticipant
type ChatRoomParticipant = class
Public Class ChatRoomParticipant
Inheritance
ChatRoomParticipant

Properties

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.

Operators

Implicit(ChatRoomParticipant to PersistentChatPrincipalSummary)

Performs an implicit conversion from ChatRoomParticipant to PersistentChatPrincipalSummary. 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.

Applies to