|
@@ -309,7 +309,7 @@ function _mapDispatchToProps(dispatch) {
|
309
|
309
|
* Sets the lock i.e. password protection of the conference/room.
|
310
|
310
|
*
|
311
|
311
|
* @private
|
312
|
|
- * @returns {Object} Dispatched action.
|
|
312
|
+ * @returns {void}
|
313
|
313
|
* @type {Function}
|
314
|
314
|
*/
|
315
|
315
|
_onRoomLock() {
|
|
@@ -320,7 +320,7 @@ function _mapDispatchToProps(dispatch) {
|
320
|
320
|
* Begins the UI procedure to share the conference/room URL.
|
321
|
321
|
*
|
322
|
322
|
* @private
|
323
|
|
- * @returns {void} Dispatched action.
|
|
323
|
+ * @returns {void}
|
324
|
324
|
* @type {Function}
|
325
|
325
|
*/
|
326
|
326
|
_onShareRoom() {
|
|
@@ -331,7 +331,7 @@ function _mapDispatchToProps(dispatch) {
|
331
|
331
|
* Toggles the audio-only flag of the conference.
|
332
|
332
|
*
|
333
|
333
|
* @private
|
334
|
|
- * @returns {Object} Dispatched action.
|
|
334
|
+ * @returns {void}
|
335
|
335
|
* @type {Function}
|
336
|
336
|
*/
|
337
|
337
|
_onToggleAudioOnly() {
|
|
@@ -343,7 +343,7 @@ function _mapDispatchToProps(dispatch) {
|
343
|
343
|
* cameras.
|
344
|
344
|
*
|
345
|
345
|
* @private
|
346
|
|
- * @returns {Object} Dispatched action.
|
|
346
|
+ * @returns {void}
|
347
|
347
|
* @type {Function}
|
348
|
348
|
*/
|
349
|
349
|
_onToggleCameraFacingMode() {
|