Represents a request for the conversational floor Used in multi-party conversations for floor management
const requestFloorEvent = new RequestFloorEvent({ to: { speakerUri: 'tag:example.com,2025:convener' }, reason: 'Need to add information'}); Copy
const requestFloorEvent = new RequestFloorEvent({ to: { speakerUri: 'tag:example.com,2025:convener' }, reason: 'Need to add information'});
Creates a new RequestFloorEvent instance
RequestFloorEvent configuration options
Readonly
Optional
Convert to JSON string
Convert to plain object
Static
Represents a request for the conversational floor Used in multi-party conversations for floor management
Example