GetMediaForUserAsync

This method is to return a list of Media.

1
     public Task<IEnumerable<Media>> GetMediaForUserAsync(string userId, MediaForUserArgs args, DataConnectorProperties properties)
userId
The Id of the user originating from the Recorder.
MediaForUsersArgs
Used to store all the information required by the Recorder to perform a search for recordings for a list of users.
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.
SearchCriteria
The Search Criteria is a filter that is to be applied to your recordings. If called from the Evaluation form, it is possible that no filter is supplied. If however, it is called from the Schedule then there will always be at least 2 criteria.