Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update config.js #377

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion Moderate-Background-Image/js/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ const SAMPLE_SERVER_BASE_URL = 'http://YOUR-SERVER-URL';
// set these values to OpenTok API key, a valid session ID, and a token for the session.
// For test purposes, you can obtain these from https://tokbox.com/account.

const API_KEY = '';
const API_KEY = '47913601';
const SESSION_ID = '2_MX40NzkxMzYwMX5-MTcxODAzODA0MDg3OH5UKy9yVkxPdStlQ0dBOGYyYzl3R2JlZW9-fn4';
const TOKEN = 'T1==cGFydG5lcl9pZD00NzkxMzYwMSZzaWc9ZmMyMDhjNTYzYzNiNDhlNDllNmNmY2Q5M2NiMjMxZWY5MDNlYjRmOTpzZXNzaW9uX2lkPTJfTVg0ME56a3hNell3TVg1LU1UY3hPREF6T0RBME1EZzNPSDVVS3k5eVZreFBkU3RsUTBkQk9HWXlZemwzUjJKbFpXOS1mbjQmY3JlYXRlX3RpbWU9MTcxODAzODA0NyZub25jZT05NTAyNCZyb2xlPVBVQkxJU0hFUg==';const API_KEY = '';
const SESSION_ID = '';
const TOKEN = '';