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

    Type Alias ThreadRealtimeStartTransport

    ThreadRealtimeStartTransport:
        | { type: "websocket" }
        | { sdp: string; type: "webrtc" }

    EXPERIMENTAL - transport used by thread realtime.

    Type Declaration

    • { type: "websocket" }
    • { sdp: string; type: "webrtc" }
      • sdp: string

        SDP offer generated by a WebRTC RTCPeerConnection after configuring audio and the realtime events data channel.

      • type: "webrtc"