GetMediaByIdsAsync

This method is to return a list of Media

1
     public Task<IEnumerable<Media>> GetMediaByIdsAsync(IEnumerable<string> ids, DataConnectorProperties properties)
IEnumerable<string>
A list of recording ids originating from the recorder. This list is shortened [normally] list of recordings that was originally returned by the GetMediaForUsersAsync call.
DataConnectorProperties
Describes the user credentials required for an authentication challenge by the Recorder.

Please return a IEnumerable of Media objects.

Additional information

Metadata
You can also return other data to Coach that is outside of the original search filter.