MediaSFU Shared
    Preparing search index...

    Interface ResumePauseStreamsOptions<TParticipant, TTransport, TStream>

    interface ResumePauseStreamsOptions<
        TParticipant extends ParticipantLike = Participant,
        TTransport extends TransportLike = Transport,
        TStream = Stream,
    > {
        parameters: ResumePauseStreamsParameters<
            TParticipant,
            TTransport,
            TStream,
        >;
    }

    Type Parameters

    Index

    Properties

    Properties