Skip to main content

Channel

You can check and manage the channel list as well as the message history on the channel page.

Channel list

Users can exchange messages within the channels. In the channel menu, you can view the channels where communication is taking place by channel groups.

Channel

There are three types of channels.

  • Private channel
    • The maximum number of users is fixed at a set value.
    • Users can create channels. Check the Chat SDK documentation to do so.
    • You can set passwords for channels.
  • Open channel
    • Channels expand automatically based on the number of users. The expanded channels will have channel numbers assigned in order from 1, 2, 3, and so on.
    • You automatically enter the channel when you log in to the chat server.
    • You can designate a FALLBACK channel. When there is no specific channel you need to enter, you will automatically enter the FALLBACK channel.
  • Reserved word channel
    • You can use whispers, guild channels (linked with Base's guild functions), language channels, country channels, and country code channels.
    • You can set its usage status on the Channel Group Management page.

Create channel groups and channels

Click the Create Channel Group button to select the type of channel you want to create.

Private channel

If you have selected the private type, enter the channel group name based on the following conditions.

  • For private channel group names, you can enter between 4 bytes and 48 bytes using a combination of lowercase English alphabet, numbers, and '-'.
  • You cannot use language, country, countrycode, guild, and whisper as channel group names.

Enter the channel information.

  • For private channel names, you can enter between 4 bytes and 48 bytes using any characters.
  • For the maximum number of users, you can enter between 2 and the channel's maximum number of users selected from the payment plan.
  • You can set passwords for channels.

Click Create to create a channel group and a channel.

  • Channels with passwords will show a key icon next to their names.

Open channel

If you have selected the open type, enter the channel group information based on the following conditions.

  • For open channel group names, you can enter between 4 bytes and 48 bytes using a combination of lowercase English alphabet, numbers, and '-'.
  • You cannot use language, country, countrycode, guild, and whisper as channel group names.
  • The maximum number of users per channel are applied to all channels. You can enter between 2 and the channel's maximum number of users selected from the payment plan.
  • You can set a FALLBACK channel. If you enable this function, the first channel will be set as the FALLBACK channel.

Enter the channel name.

  • You can enter between 4 bytes and 48 bytes using a combination of lowercase English alphabet, numbers, and '-'.

Click Create to create a channel group and a channel.

  • Channels set as FALLBACK channels will show a FALLBACK badge next to their names.

Reserved word channel

  • You can set the usage status for whispers, guild channels, language channels, country channels, and country code channels on the Channel Group Management page.
caution

Guild channel is only valid when using the ‘Guild’ function of the Base SDK.

To use language channels, you must set the channels that will be activated and the maximum number of users for each channel.

  • All options based on the user's language property will be provided.
  • Check if there are users with the property (number of users) and select a channel to activate.
  • Click the FALLBACK button to change the channel to a FALLBACK channel.

Select channel

You can set the selected channel as a FALLBACK channel (if it is an open channel), send admin messages, or delete it.

  • You can select one channel that is not a FALLBACK channel and set it as a FALLBACK channel.
  • A FALLBACK channel cannot be deleted.
  • You can send admin messages (system message) to all selected channels at once.

Search channel

You can search for channels that contain the entered keywords.

Modify channel group

You can modify the channel group settings for open types.

caution
  • For users affected by the changed settings, those who are already connected will have the changes applied when they reconnect to the server.
  • For instance, if the FALLBACK channel is changed from channel A to channel B, users that joined channel A based on the previous FALLBACK logic will remain there and enter channel B when they reconnect to the server.

Delete channel group

When a channel group is deleted, all the channels associated with it will also be deleted. Users will no longer be able to chat in those channels.

Channel details

Click the channel to open the channel details page. You can check the chat history within the channel in real time.

info

To see the chat history on the channel details page, you must first enable additional functions in [Settings] (/guide/console-guide/chat/settings#Server).

You can search for a user's nickname or UUID.

Hide message

When you hover over a message, the Hide Message button will appear. Clicking this button allows you to hide the message. Hiding a message will make the message content invisible to users.

Sanction user

When you hover over a message, the Sanction button will appear. Clicking this button allows you to place restrictions on the user.

Send admin message

You can enter text in the input field at the bottom and send it to transmit real-time admin messages to this channel.