overwolf.media.videos.getVideos
Overwolf APIs / overwolf / overwolf / media / videos / getVideos
function getVideos(callback: CallbackFunction<GetVideosResult>): void;
Gets a list of all of the videos created by this app.
Parameters
| Parameter | Type | Description |
|---|---|---|
callback | CallbackFunction<GetVideosResult> | A callback function which will be called with the status of the request. |
Returns
void