You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi
With the Zencoder-cs the Id Job was an Int and it not work now becouse the id is now a long value.
I see that with the version NS.Zencoder you changed the type from int to long.
But now I have a compiling error on the JobDetails method.
zen.JobDetails(job.Id);
public JobDetailsResponse JobDetails(int jobId);
You please fix this issue?
thanks and Best Regards
Terenzio
The text was updated successfully, but these errors were encountered:
Hi
With the Zencoder-cs the Id Job was an Int and it not work now becouse the id is now a long value.
I see that with the version NS.Zencoder you changed the type from int to long.
But now I have a compiling error on the JobDetails method.
zen.JobDetails(job.Id);
public JobDetailsResponse JobDetails(int jobId);
You please fix this issue?
thanks and Best Regards
Terenzio
The text was updated successfully, but these errors were encountered: