@openfloor/protocol - v0.0.4
    Preparing search index...

    Class Conversation

    Represents conversation metadata including ID and participants

    const conversation = new Conversation({
    id: 'conv:12345',
    conversants: [{
    identification: {
    speakerUri: 'tag:example.com,2025:user1',
    serviceUrl: 'https://example.com/user-proxy'
    }
    }]
    });

    Implements

    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    conversants: readonly Conversant[]
    id: string

    Methods