|
|
@@ -1029,7 +1029,7 @@ JitsiConference.prototype.sendTones = function (tones, duration, pause) {
|
|
1029
|
1029
|
};
|
|
1030
|
1030
|
|
|
1031
|
1031
|
/**
|
|
1032
|
|
- * Returns true if the recording is supproted and false if not.
|
|
|
1032
|
+ * Returns true if recording is supported and false if not.
|
|
1033
|
1033
|
*/
|
|
1034
|
1034
|
JitsiConference.prototype.isRecordingSupported = function () {
|
|
1035
|
1035
|
if(this.room)
|
|
|
@@ -1148,7 +1148,7 @@ JitsiConference.prototype.setStartMutedPolicy = function (policy) {
|
|
1148
|
1148
|
|
|
1149
|
1149
|
/**
|
|
1150
|
1150
|
* Returns current start muted policy
|
|
1151
|
|
- * @returns {Object} with 2 proprties - audio and video.
|
|
|
1151
|
+ * @returns {Object} with 2 properties - audio and video.
|
|
1152
|
1152
|
*/
|
|
1153
|
1153
|
JitsiConference.prototype.getStartMutedPolicy = function () {
|
|
1154
|
1154
|
return this.startMutedPolicy;
|
|
|
@@ -1274,7 +1274,7 @@ JitsiConference.prototype._fireIncompatibleVersionsEvent = function () {
|
|
1274
|
1274
|
};
|
|
1275
|
1275
|
|
|
1276
|
1276
|
/**
|
|
1277
|
|
- * Sends message via the datachannels.
|
|
|
1277
|
+ * Sends a message via the data channel.
|
|
1278
|
1278
|
* @param to {string} the id of the endpoint that should receive the message.
|
|
1279
|
1279
|
* If "" the message will be sent to all participants.
|
|
1280
|
1280
|
* @param payload {object} the payload of the message.
|
|
|
@@ -1285,7 +1285,7 @@ JitsiConference.prototype.sendEndpointMessage = function (to, payload) {
|
|
1285
|
1285
|
};
|
|
1286
|
1286
|
|
|
1287
|
1287
|
/**
|
|
1288
|
|
- * Sends broadcast message via the datachannels.
|
|
|
1288
|
+ * Sends a broadcast message via the data channel.
|
|
1289
|
1289
|
* @param payload {object} the payload of the message.
|
|
1290
|
1290
|
* @throws NetworkError or InvalidStateError or Error if the operation fails.
|
|
1291
|
1291
|
*/
|