Skip to content

Commit

Permalink
Update JitsiConference.js
Browse files Browse the repository at this point in the history
changed to param instead of property
  • Loading branch information
hxrshxz authored Oct 7, 2024
1 parent dcfa05a commit 2eb5ccf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion JitsiConference.js
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ JitsiConference.resourceCreator = function(jid, isAuthenticatedUser) {
* Initializes the conference object properties
* @param options {object}
* @param options.connection {JitsiConnection} overrides this.connection
* @property {string} [statisticsId]
* @paramy [statisticsId] {string}
*/

JitsiConference.prototype._init = function(options = {}) {
Expand Down

0 comments on commit 2eb5ccf

Please sign in to comment.