12-09-2025 10:13 AM
Hello,
How does one join a meeting using a guest token in the Webex SDK QuickStart guide? (https://github.com/WebexSamples/webex-meetings-quick-start)
I am trying to join using a guest access token created from a Service App in a Sandbox workspace, but when I join a call the test admin is in, I either get a password error:
wx-js-sdk Meeting:index#joinWithMedia --> PasswordError: Password is required, please use verifyPassword() wrappedConsoleMethod @ logger.js:396 _callee15$ @ index.ts:4561 ...
When trying to join a meeting with the right password (after calling verifyPassword) I get these errors which I am unsure what is causing it:
Meeting:index#joinWithMedia --> IceGatheringError: ice candidates missing for m-line with mid=0
IceGatheringError: ice candidates missing for m-line with mid=0
index.js:87 wx-js-sdk MC-7eaa:FSM browserError state onEntry: context={"seq":1,"pendingLocalOffer":false,"isHandlingOfferRequest":false,"retryCounter":0,"isOkInTransaction":true}: ice candidates missing for m-line with mid=0: IceGatheringError: ice candidates missing for m-line with mid=0
at checkSdpForErrors (http://localhost:1234/index.3d214d75.js:225836:58)
at runSdpCheckForErrors (http://localhost:1234/index.3d214d75.js:226451:24)
at doneGatheringIceCandidates (http://localhost:1234/index.3d214d75.js:226460:36)
at pc.onicegatheringstatechange (http://localhost:1234/index.3d214d75.js:226485:63)
How does one join a meeting using an access token with the minimal code sample in the QuickStart guide? For context I was joining the meeting using the meeting address (I believe the SIP URI).
12-10-2025 05:38 AM
@otter-phil do you get the same issue with https://web-sdk.webex.com/samples/browser-plugin-meetings/ as well?
12-11-2025 02:21 PM
Hello,
I was able to join a meeting with a password I set up in advance using the link you shared. However, how would I join something like a non-scheduled meeting started by "Start a Webex meeting" button in the desktop client? I am not sure where the password (if there is one) is to pass to the verify function.
Also do you know why I had gotten that ice error with the quickstart code vs with the link you shared?
Thanks
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide