|
@@ -284,7 +284,11 @@ The object represents a conference. We have the following methods to control the
|
284
|
284
|
|
285
|
285
|
28. isStartVideoMuted() - check if video is muted on join
|
286
|
286
|
|
287
|
|
-29. setSubject(subject) - change subject of the conference
|
|
287
|
+29. sendFeedback(overallFeedback, detailedFeedback) - Sends the given feedback through CallStats if enabled.
|
|
288
|
+ - overallFeedback an integer between 1 and 5 indicating the user feedback
|
|
289
|
+ - detailedFeedback detailed feedback from the user. Not yet used
|
|
290
|
+
|
|
291
|
+30. setSubject(subject) - change subject of the conference
|
288
|
292
|
- subject - string new subject
|
289
|
293
|
|
290
|
294
|
Note: available only for moderator
|