Represents declining an invitation to join the conversation Sent in response to an invite event
const declineEvent = new DeclineInviteEvent({ to: { speakerUri: 'tag:example.com,2025:convener' }, reason: '@unavailable'}); Copy
const declineEvent = new DeclineInviteEvent({ to: { speakerUri: 'tag:example.com,2025:convener' }, reason: '@unavailable'});
Creates a new DeclineInviteEvent instance
DeclineInviteEvent configuration options
Readonly
Optional
Convert to JSON string
Convert to plain object
Static
Represents declining an invitation to join the conversation Sent in response to an invite event
Example