Skip to content
This repository was archived by the owner on Dec 13, 2017. It is now read-only.

Commit ad5f788

Browse files
committed
Make example use non video press videos.
1 parent 0eaa040 commit ad5f788

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Example/EditorDemo/WPViewController.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -457,7 +457,7 @@ - (void)timerFireMethod:(NSTimer *)timer
457457
[self.editorView replaceLocalVideoWithID:videoID
458458
forRemoteVideo:videoURL
459459
remotePoster:posterURL
460-
videoPress:videoID];
460+
videoPress:@""];
461461
[self.videoPressCache setObject:@ {@"source":videoURL, @"poster":posterURL} forKey:videoID];
462462
[timer invalidate];
463463
}

0 commit comments

Comments
 (0)