MediaSFU Shared
    Preparing search index...

    Type Alias ReapplyLocalPlaybackType

    ReapplyLocalPlaybackType: (
        options: HeadlessOptions,
    ) => Promise<{ ok: boolean; error: string; affected: number }>

    Type Declaration

      • (
            options: HeadlessOptions,
        ): Promise<{ ok: boolean; error: string; affected: number }>
      • Parameters

        Returns Promise<{ ok: boolean; error: string; affected: number }>