From 7c66d846c29f659f6238860292b7dbaa7defd495 Mon Sep 17 00:00:00 2001 From: David Erwin Date: Mon, 5 Jun 2017 13:38:06 -0400 Subject: [PATCH] Add auth token comment --- client/coral-embed/src/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/client/coral-embed/src/index.js b/client/coral-embed/src/index.js index 570a63aed..65e77ad1d 100644 --- a/client/coral-embed/src/index.js +++ b/client/coral-embed/src/index.js @@ -147,6 +147,7 @@ function configurePymParent(pymParent, opts) { * @param {String} [opts.title] - Title of Stream (rendered in iframe) * @param {String} [opts.asset_url] - Asset URL * @param {String} [opts.asset_id] - Asset ID + * @param {String} [opts.auth_token] - (optional) A jwt representing the session */ Talk.render = function(el, opts) { if (!el) {