The ChatRoomSessiontype exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
AddIn | Gets the current add-in which applies to this chat room. |
![]() |
CanChat | Gets or sets a value indicating whether the current user can chat. If IsAuditorium , the user must have Presenter permission to chat. |
![]() |
CanManage | Gets or sets a value indicating whether the current user can manage this chat room. |
![]() |
ChatRoomUri | Gets the URI of the chat room to which this session is joined. If the session is not joined, this property is null. |
![]() |
Endpoint | Gets the endpoint on which this session was established. |
![]() |
IsAuditorium | Gets the value indicating if the chat room is an auditorium chat room. When true , only those members who have been granted Presenter privileges may post messages. If the session is not joined, this property returns false . |
![]() |
Name | Gets the name of the chat room to which this session is joined. If the session is not joined, this property is null. |
![]() |
ParentCategoryUri | Gets the URI of the category for the chat room to which this session is joined. If the session is not joined, this property is null. |
![]() |
Participants | Gets the participant list of the chat room to which this session is joined. If the session is not joined, this property returns null. |
![]() |
State | Gets a value indicating whether this session is joined. |
![]() |
Topic | Gets the topic of the chat room to which this session is joined. If the session is not joined, this property is null. |