ChatRoomInformation Class

Definition

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

Constructors

ChatRoomInformation(ChatRoom)

Initializes a new instance of the ChatRoomInformation class.

Properties

AddIn

Gets or sets the add-in for this chat room. An add-in is a web page that can be embedded in a chat room.

ChangeHistory

Gets the change history of this chat room.

ChatRoomUri

Gets the URI of the chat room to be modified

Description

Gets or sets the new description.

IsAuditorium

Gets or sets a value indicating whether this chat room is an auditorium-style room. When true, only those users who are on the Presenter list may post messages. Other members of the chat room can read the messages and chat history, but may not participate in the conversation. The default value of this setting is false, which means that any user who is a member of the chat room may participate in the conversation.

IsDisabled

Gets or sets a value indicating whether this chat room is disabled. Once created, a chat room cannot be deleted. However, it can be disabled; disabling a chat room prevents users from joining the chat room, or reading the chat history.

Name

Gets or sets the new name.

ParentCategoryUri

Gets the parent category URI of the chat room to be modified

Privacy

Gets or sets the visibility of this chat room.

SendInvitationsToMembers

Gets or sets the default behavior of this chat room for sending invitations to new members.

Applies to