MediaSFU Shared
    Preparing search index...

    Type Alias ResumePauseStreamsType

    ResumePauseStreamsType: <
        TParticipant extends ParticipantLike = Participant,
        TTransport extends TransportLike = Transport,
        TStream = Stream,
    >(
        options: ResumePauseStreamsOptions<TParticipant, TTransport, TStream>,
    ) => Promise<void>

    Type Declaration