문제

I'm working on a CHAT APP with quickblox API. I am facing issue with Video file UPLOAD. I am able to upload IMAGE file easily.

For image i use this code from Quickblox API.

Click Here

What i just change is :

NSData *imageData11=[NSData dataWithContentsOfURL:delegate.videoURLDelegate];
[QBContent TUploadFile:imageData11 fileName:@"ChatVideo" contentType:@"video/mp4" isPublic:YES delegate:self];

Thank You in advance

도움이 되었습니까?

해결책

hello, i have the same issue i found it buy calling this

"https://s3.amazonaws.com/qbprod/" to upload video its working for me.

hope help you also

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top