You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 25, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: src/sdk/conference/signaling.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,7 @@ export class SioSignaling extends EventModule.EventDispatcher {
49
49
* @return {Promise<Object, Error>} Return a promise resolved with the data returned by portal if successfully logged in. Or return a promise rejected with a newly created Oms.Error if failed.
50
50
* @param {string} host Host of the portal.
51
51
* @param {string} isSecured Is secure connection or not.
52
-
* @param {string} loginInfo Infomation required for logging in.
52
+
* @param {string} loginInfo Information required for logging in.
0 commit comments