v1.6
Added
Added some video stream call examples
Added getVideoCollections() this gets the video collection information
Added videoResolutionsArray() this returns video resolutions array
Added videoSize() this returns video size MB|GB
Added exceptions for checking library id and collection guid have been set.
Added create and upload video stream info
Added createVideoForCollection() function
Updated
Updated 'most' video stream functions to no longer need either the library id or collection guid as an input. Use the setters.
Updated video stream properties to not be set as empty
Updated library id and collection guid set check
Updated library id and collection guid functions to return void type, no longer bool.
Other
Fixed documentation for video stream functions
Minor readme fixes