@runloop/remote-agents-sdk
    Preparing search index...

    Type Alias ThreadRealtimeSdpNotification

    EXPERIMENTAL - emitted with the remote SDP for a WebRTC realtime session.

    type ThreadRealtimeSdpNotification = {
        sdp: string;
        threadId: string;
    }
    Index

    Properties

    Properties

    sdp: string
    threadId: string