Fix documentation.

This commit is contained in:
Boris Grozev 2022-12-19 14:55:20 -06:00
parent d3d442e4d2
commit 619ebcde72
1 changed files with 1 additions and 1 deletions

View File

@ -253,7 +253,7 @@ export function getConferenceOptions(stateful: IStateful) {
} }
/** /**
* Returns an object aggregating the conference options. * Override the global config (i.e. window.config) with XMPP configuration required to join as a visitor.
* *
* @param {IStateful} stateful - The redux store state. * @param {IStateful} stateful - The redux store state.
* @param {Array<string>} params - The received parameters. * @param {Array<string>} params - The received parameters.