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
return (NSInteger)round(duration); // Rounds to the nearest integer, to fix long value converted to 0 on server side.
}
- (void)pauseView
{
if (self.viewStartTime)
{
// For safe side we have set the value to current time stamp instead of 0 when pausing the view, as setting it to 0 could result in an invalid duration value.