File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -149,8 +149,8 @@ String archiveId = archive.getId();
149
149
```
150
150
151
151
You can also disable audio or video recording by calling the ` hasAudio(false) ` or ` hasVideo(false) `
152
- methods of an ` AchiveProperties ` object you pass into the `OpenTok.startArchive(String sessionId,
153
- ArchiveProperties properties)` method:
152
+ methods of an ` ArchiveProperties ` builder, and passing the built object into the
153
+ ` OpenTok.startArchive(String sessionId, ArchiveProperties properties)` method:
154
154
155
155
``` java
156
156
import com.opentok.Archive ;
@@ -223,8 +223,8 @@ List<Archive> archives = opentok.listArchives(50, 50);
223
223
```
224
224
225
225
Note that you can also create an automatically archived session, by passing ` ArchiveMode.ALWAYS `
226
- into the ` archiveMode() ` method of the SessionPropertiesBuilder object you use to build the
227
- ` sessionProperties ` parameter passed into the ` OpenTok-> createSession() ` method (see "Creating
226
+ into the ` archiveMode() ` method of the ` SessionProperties.Builder ` object you use to build the
227
+ ` sessionProperties ` parameter passed into the ` OpenTok. createSession() ` method (see "Creating
228
228
Sessions," above).
229
229
230
230
For more information on archiving, see the
You can’t perform that action at this time.
0 commit comments