Просмотр исходного кода

Merge pull request #765 from jitsi/add_get_connection

feat(JitsiConference): add 'getConnection' getter
dev1
Saúl Ibarra Corretgé 7 лет назад
Родитель
Сommit
705d85ef47
Аккаунт пользователя с таким Email не найден
1 измененных файлов: 7 добавлений и 0 удалений
  1. 7
    0
      JitsiConference.js

+ 7
- 0
JitsiConference.js Просмотреть файл

@@ -441,6 +441,13 @@ JitsiConference.prototype.getName = function() {
441 441
     return this.options.name;
442 442
 };
443 443
 
444
+/**
445
+ * Returns the {@link JitsiConnection} used by this this conference.
446
+ */
447
+JitsiConference.prototype.getConnection = function() {
448
+    return this.connection;
449
+};
450
+
444 451
 /**
445 452
  * Check if authentication is enabled for this conference.
446 453
  */

Загрузка…
Отмена
Сохранить