ChatTools`
ChatTools`

CreateChatRoom

CreateChatRoom[shortname,title]

creates a chat room with the short name shortname and title title.

Details and Options

  • To use CreateChatRoom, you first need to load the package using Needs["ChatTools`"].
  • Short names are available on a first-come, first-served basis.
  • CreateChatRoom has the following options:
  • "RoomType" "OpenGroup"room type specification
    "Moderators" Nonelist of users with elevated privileges
  • "RoomType" can be either "OpenGroup" or "PromptedResponse".
  • The idi in "Moderators"->{id1,id2,} are Wolfram Cloud user IDs.
  • The room's creator is automatically a moderator.
  • In rooms created with "Type"->"PromptedResponse", only the room creator and other specified moderators will see all messages. Other users will only see messages from themselves and moderators.
  • Messages sent by moderators are visible to all participants.
  • Chat rooms persist until removed with DeleteChatRoom.

Examples

open allclose all

Basic Examples  (1)

First load the package:

Make a chat room with short name algor and title Algorithms:

Options  (2)

"RoomType"  (1)

The default setting of the "RoomType" option is "OpenGroup":

"RoomType"->"PromptedResponse" is ideal for classrooms:

"Moderators"  (1)

The list of moderators is a list of Wolfram Cloud user IDs:

Properties & Relations  (1)

Delete a chat room that is no longer needed, using the short name:

Wolfram Research (2018), CreateChatRoom, Wolfram Language function, https://reference.wolfram.com/language/ChatTools/ref/CreateChatRoom.html.

Text

Wolfram Research (2018), CreateChatRoom, Wolfram Language function, https://reference.wolfram.com/language/ChatTools/ref/CreateChatRoom.html.

CMS

Wolfram Language. 2018. "CreateChatRoom." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ChatTools/ref/CreateChatRoom.html.

APA

Wolfram Language. (2018). CreateChatRoom. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ChatTools/ref/CreateChatRoom.html

BibTeX

@misc{reference.wolfram_2023_createchatroom, author="Wolfram Research", title="{CreateChatRoom}", year="2018", howpublished="\url{https://reference.wolfram.com/language/ChatTools/ref/CreateChatRoom.html}", note=[Accessed: 28-March-2024 ]}

BibLaTeX

@online{reference.wolfram_2023_createchatroom, organization={Wolfram Research}, title={CreateChatRoom}, year={2018}, url={https://reference.wolfram.com/language/ChatTools/ref/CreateChatRoom.html}, note=[Accessed: 28-March-2024 ]}