Interface CloseAndResizeOptions

interface CloseAndResizeOptions {
    producerId: string;
    kind: string;
    parameters: CloseAndResizeParameters;
}

Properties

producerId: string
kind: string