Interface MockRTCSessionDescription

interface MockRTCSessionDescription {
    sdp: string;
    type: "answer" | "offer";
}

Properties

Properties

sdp: string
type: "answer" | "offer"