MediaSFU Shared
    Preparing search index...

    Interface RecordingNoticeOptions<TUserRecordingParams, TEventType>

    interface RecordingNoticeOptions<
        TUserRecordingParams extends
            RecordingNoticeUserRecordingParamsLike = UserRecordingParams,
        TEventType = EventType,
    > {
        state: string;
        userRecordingParam: TUserRecordingParams | null;
        pauseCount: number;
        timeDone: number;
        parameters: RecordingNoticeParameters<TUserRecordingParams, TEventType>;
        soundPlayer?: SoundPlayerType;
    }

    Type Parameters

    Index

    Properties

    state: string
    userRecordingParam: TUserRecordingParams | null
    pauseCount: number
    timeDone: number
    soundPlayer?: SoundPlayerType