Interface ReconstructedSDP

Result of SDP reconstruction

interface ReconstructedSDP {
    sdp: string;
    type: RTCSdpType;
}

Properties

Properties

sdp: string

The SDP string

type: RTCSdpType

SDP type: offer or answer