Interface IPeerConnectionSessionDescription

The peer connection session description interface.

interface IPeerConnectionSessionDescription {
    sdp?: string;
    type: string;
}

Properties

Properties

sdp?: string

The SDP.

type: string

The type of the session description.

Generated using TypeDoc