RTCForge API Reference v1.1.1
    Preparing search index...

    Interface PipeProducerParams

    Description of a producer piped across a pipe transport, used to recreate it on the destination router.

    interface PipeProducerParams {
        id: string;
        kind: MediaKind;
        paused: boolean;
        rtpParameters: RtpParameters;
    }
    Index

    Properties

    id: string

    Producer id, preserved across the pipe.

    kind: MediaKind

    Media kind of the piped producer.

    paused: boolean

    Whether the source producer is currently paused.

    rtpParameters: RtpParameters

    RTP parameters of the piped producer.