Member Junction
    Preparing search index...

    What IGraphCallsLike.CreateCall resolves to — the bot's call-leg + participant handles.

    interface GraphCreateCallResult {
        BotParticipantId: string;
        CallId: string;
    }
    Index

    Properties

    BotParticipantId: string

    The bot's own participant id in the joined call.

    CallId: string

    The Graph call id (/communications/calls/{id}) — the durable external connection id.