Docs reports that it returns a Promise<string>.
Actually returns either a Promise<VideoComponentChain> or Promise<AudioComponentChain>
so it should state :
Returns: Promise<VideoComponentChain> or Promise<AudioComponentChain>
getComponentChain
Get the component chain of the Project item for the given media type.
Since: 25.6
Returns: Promise<string>
Parameters
| Name | Type | Description |
|---|---|---|
| mediaType | Constants.MediaType | Media type can be audio or video |