Member Junction
    Preparing search index...

    What the realtime mint returns to the client (the provider driver name + its session config).

    interface VoiceMintResult {
        agentSessionId: string;
        provider: string;
        sessionConfig: ClientRealtimeSessionConfig;
    }
    Index

    Properties

    agentSessionId: string

    The durable AIAgentSession id — needed to relay non-channel (server) tool calls back to MJAPI.

    provider: string

    Driver key for ClassFactory.CreateInstance(BaseRealtimeClient, Provider) — e.g. 'openai'.

    Provider-specific ephemeral session config (carries the ephemeral credential).