Skip to content

Commit 6ebdb83

Browse files
committed
Docs correction (archiving now 120 minutes) and clean-up.
1 parent c3c5234 commit 6ebdb83

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2014 TokBox, Inc.
3+
Copyright (c) 2014-2016 TokBox, Inc.
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -241,8 +241,8 @@ repository and follow the Walkthroughs:
241241

242242
# Documentation
243243

244-
Reference documentation is available at <http://www.tokbox.com/opentok/libraries/server/java/reference/index.html> and in the
245-
docs directory of the SDK.
244+
Reference documentation is available at
245+
<https://tokbox.com/developer/sdks/java/reference/index.html>.
246246

247247
# Requirements
248248

src/main/java/com/opentok/Archive.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -146,9 +146,9 @@ public int getPartnerId() {
146146
}
147147

148148
/**
149-
* For archives with the status of Status.STOPPED, this can be set to "90 mins exceeded",
150-
* "failure", "session ended", or "user initiated". For archives with the status of
151-
* Status.FAILED, this can be set to "system failure".
149+
* For archives with the status of Status.STOPPED, this can be set to "maximum duration
150+
* exceeded", "maximum idle time exceeded", "session ended", "user initiated". For archives
151+
* with the status of Status.FAILED, this can be set to "failure".
152152
*/
153153
public String getReason() {
154154
return reason;

src/main/java/com/opentok/OpenTok.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -416,8 +416,8 @@ public Archive startArchive(String sessionId, String name) throws OpenTokExcepti
416416
/**
417417
* Stops an OpenTok archive that is being recorded.
418418
* <p>
419-
* Archives automatically stop recording after 90 minutes or when all clients have disconnected from the
420-
* session being archived.
419+
* Archives automatically stop recording after 120 minutes or when all clients have disconnected
420+
* from the session being archived.
421421
*
422422
* @param archiveId The archive ID of the archive you want to stop recording.
423423
* @return The Archive object corresponding to the archive being stopped.

0 commit comments

Comments
 (0)