You've already forked matrix-js-sdk
mirror of
https://github.com/matrix-org/matrix-js-sdk.git
synced 2025-11-29 16:43:09 +03:00
jsdoc and remove pointless return
This commit is contained in:
@@ -258,9 +258,10 @@ MatrixClient.prototype.supportsVoip = function() {
|
|||||||
* Set whether VoIP calls are forced to use only TURN
|
* Set whether VoIP calls are forced to use only TURN
|
||||||
* candidates. This is the same as the forceTURN option
|
* candidates. This is the same as the forceTURN option
|
||||||
* when creating the client.
|
* when creating the client.
|
||||||
|
* @param {bool} forceTURN True to force use of TURN servers
|
||||||
*/
|
*/
|
||||||
MatrixClient.prototype.setForceTURN = function(forceTURN) {
|
MatrixClient.prototype.setForceTURN = function(forceTURN) {
|
||||||
return this._forceTURN = forceTURN;
|
this._forceTURN = forceTURN;
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user