Skip to content

no accurate types or interface exposed to consuming application #49

Description

@rj-wowza

the consuming application is passing a data structure like this into the <Flowplayer> src prop to support "live stream" asset types.

type Source = {
  type: string;
  streamName: string;
  subscriberToken?: string;
  dev?: boolean;
};

But this type is not described or exported from the player package.

This type should be exported from the player package if it is a required data structure, to ensure a proper contract between the package and the consuming app and prevent a mismatch between the consuming app and the player package.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions