Represents revoking the conversational floor from an agent Used by convener agents with special reason tokens
const revokeFloorEvent = new RevokeFloorEvent({ to: { speakerUri: 'tag:example.com,2025:agent1' }, reason: '@timedOut'}); Copy
const revokeFloorEvent = new RevokeFloorEvent({ to: { speakerUri: 'tag:example.com,2025:agent1' }, reason: '@timedOut'});
Creates a new RevokeFloorEvent instance
RevokeFloorEvent configuration options
Readonly
Optional
Convert to JSON string
Convert to plain object
Static
Represents revoking the conversational floor from an agent Used by convener agents with special reason tokens
Example