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
The sample is not working. The recorded video is just black. The only change i made was changing the file path in "getVideoFilePath" from temp directory to Documents directory. This is how the method looks now
The sample is not working. The recorded video is just black. The only change i made was changing the file path in "getVideoFilePath" from temp directory to Documents directory. This is how the method looks now
{
NSString *docPath = [NSSearchPathForDirectoriesInDomains(NSDocumentDirectory, NSUserDomainMask, true)firstObject];
//return [NSTemporaryDirectory() stringByAppendingPathComponent:TMP_COMPLETE_FILE_NAME];
return [docPath stringByAppendingPathComponent : TMP_COMPLETE_FILE_NAME];
}
The text was updated successfully, but these errors were encountered: