Interface

GstWebRTC-1.0GstWebRTCWebRTCSCTPTransportConstructorProps

interface ConstructorProps {
    max_channels: number;
    max_message_size: number;
    maxChannels: number;
    maxMessageSize: number;
    name: string;
    parent: Gst.Object;
    state: GstWebRTC.WebRTCSCTPTransportState;
    transport: GstWebRTC.WebRTCDTLSTransport;
}

Hierarchy (View Summary)

Index

Properties

max_channels: number
max_message_size: number
maxChannels: number
maxMessageSize: number

Properties - Inherited from Gst

name: string
parent: Gst.Object