1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-11-25 05:23:13 +03:00

Another typo

This commit is contained in:
David Baker
2020-12-21 15:20:45 +00:00
parent 40fb31099a
commit 4eefa05d3f

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;