We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ca9765 commit e04af70Copy full SHA for e04af70
sample/Archiving/templates/participant.html
@@ -49,8 +49,8 @@ <h3 class="panel-title">Instructions</h3>
49
</div>
50
51
<script>
52
- var sessionId = "{{ sessionId }}";
53
- var apiKey = "{{ apiKey }}";
+ var sessionId = "{{ session_id }}";
+ var apiKey = "{{ api_key }}";
54
var token = "{{ token }}";
55
</script>
56
<script src="{{ url_for('static', filename='js/participant.js') }}"></script>
0 commit comments