Understanding system messages for Amazon Chime SDK messaging
Amazon Chime SDK sends system messages to all connected clients for events that take place in channels. Events include:
-
UPDATE_CHANNEL
– This event signifies any update made to the channel details, such as the name or metadata. -
DELETE_CHANNEL
– This event signifies that the channel and all of its data, including messages, memberships, moderators and bans, will be deleted. -
CREATE_CHANNEL_MEMBERSHIP
– This event signifies that a particularAppInstanceUser
has been added as a member to the channel. The event also contains details of the newAppInstanceUser
. -
DELETE_CHANNEL_MEMBERSHIP
– This event signifies that anAppInstanceUser
has been removed from the channel. The event also contains the removedAppInstanceUser
details. -
UPDATE_CHANNEL_MEMBERSHIP
– This event only applies to elastic channels. The event signifies that membership balancing transferred anAppInstanceUser
from one sub-channel to another. The event also contains theAppInstanceUser
details, plus the information about the sub-channel that theAppInstanceUser
was transferred to.