Another typo

This commit is contained in:
David Baker
2020-12-21 15:20:45 +00:00
parent 40fb31099a
commit 4eefa05d3f
+1 -1
View File
@@ -702,7 +702,7 @@ MatrixClient.prototype.setForceTURN = function(forceTURN) {
/**
* Set whether to advertise transfer support to other parties on Matrix calls.
* @param {bool} supportsCallTransfer True to advertise the 'm.call.transeree' capability
* @param {bool} supportsCallTransfer True to advertise the 'm.call.transferee' capability
*/
MatrixClient.prototype.setSupportsCallTransfer = function(supportsCallTransfer) {
this._supportsCallTransfer = supportsCallTransfer;