-
Notifications
You must be signed in to change notification settings - Fork 168
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Docs samples corrections (#181) * Adding resolution parameter to the startArchive() method docs * Linting error fixes (#182) * New methods: OpenTok.getStream(), OpenTok.listStreams(), OpenTok.setArchiveLayout() (#179) * Adding layout option to startArchive(), fix setStreamClassLists() * Adding OpenTok.setStreamClassLists() method * Adding layout to the web clients in the archiving sample * Completing the archive layout sample. Adding docs. * Corrections to the stream layout in the sample app * Fix some bugs in the archive sample app * Add OpenTok.listStreams() method * Remove code that broke the SIP tests. * bump version to 2.7.0
- Loading branch information
1 parent
56f516f
commit 794a4d8
Showing
33 changed files
with
1,866 additions
and
924 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,2 @@ | ||
node_modules | ||
bower_components | ||
sample | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,3 +2,4 @@ node_modules/ | |
.DS_Store | ||
.vscode | ||
*.log | ||
sample/*/package-lock.json |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.