GetMediaForUsersAsync

This method is to return a list of MediaUser which is a minimum list of information that is required by our randomizer. Our randomizer chooses which recordings Coach will accept from the batch supplied.

1
     public Task<IEnumerable<MediaUser>> GetMediaForUsersAsync(MediaForUsersArgs args, DataConnectorProperties properties)
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 MediaUser objects.

Additional information

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.