Search


Search something to see results

RTCErrorEventInit

interface RTCErrorEventInit {
    bubbles?: boolean;
    cancelable?: boolean;
    composed?: boolean;
    error: RTCError;
}

Hierarchy (View Summary)

Index

Properties

Properties

bubbles?: boolean
cancelable?: boolean
composed?: boolean
error: RTCError