@aicacia/peer
    Preparing search index...

    Type Alias SignalMessage

    SignalMessage:
        | { renegotiate?: boolean; type: "renegotiate" }
        | {
            transceiverRequest: { init?: RTCRtpTransceiverInit; kind: string };
            type: "transceiverRequest";
        }
        | { candidate: RTCIceCandidateInit; type: "candidate" }
        | RTCSessionDescriptionInit