Skip to content

Commit f0e5ab4

Browse files
committed
adds mention of participant.js in archiving sample walkthrough
1 parent 6021953 commit f0e5ab4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sample/Archiving/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,8 @@ get(new FreeMarkerTemplateView("/participant") {
170170
```
171171

172172
Since this view has no further interactivity with buttons, this is all that is needed for a client
173-
that is participating in an archived session.
173+
that is participating in an archived session. Once again, much of the functionality is implemented
174+
in the client, in code that can be found in the `public/js/participant.js` file.
174175

175176
### Past Archives
176177

0 commit comments

Comments
 (0)