updatedQueue
An action that represents a nonspecific change to the queue.
Declaration
static let updatedQueue: GroupSessionEvent.ActionDiscussion
Use this action when the other action types don’t accurately describe the change you made to the queue. If you can specify the change using a GroupSessionEvent.Action.QueueChange type, use the updatedQueue(_:) method instead.