MediaNodeStateEvents type

Signature:

export declare type MediaNodeStateEvents = {
    close: (id: string) => void;
};