|
@@ -185,7 +185,8 @@ function muteLocalVideo (muted) {
|
185
|
185
|
* If we have a close page enabled, redirect to it without
|
186
|
186
|
* showing any other dialog.
|
187
|
187
|
*
|
188
|
|
- * @param {object} options Feedback data
|
|
188
|
+ * @param {object} options used to decide which particular close page to show
|
|
189
|
+ * or if close page is disabled, whether we should show the thankyou dialog
|
189
|
190
|
* @param {boolean} options.thankYouDialogVisible - whether we should
|
190
|
191
|
* show thank you dialog
|
191
|
192
|
* @param {boolean} options.feedbackSubmitted - whether feedback was submitted
|