Interface

GstWebRTC-1.0GstWebRTCWebRTCDTLSTransportConstructorProps

interface ConstructorProps {
    certificate: string;
    client: boolean;
    name: string;
    parent: Gst.Object;
    remote_certificate: string;
    remoteCertificate: string;
    session_id: number;
    sessionId: number;
    state: GstWebRTC.WebRTCDTLSTransportState;
    transport: GstWebRTC.WebRTCICETransport;
}

Hierarchy (View Summary)

Index

Properties

certificate: string
client: boolean
remote_certificate: string
remoteCertificate: string
session_id: number
sessionId: number

Properties - Inherited from Gst

name: string
parent: Gst.Object