Joining room - no sip lines found for this user

Hello,
I’ve installed the platform and created a user and a conference room using UI. Now I am trying to connect to the room using wazo js sdk. At this line -
Wazo.Room.connect({ extension: roomExtension, audio: false, video: false, extra: { username } })

it throws error -
Uncaught (in promise) Error: Sorry, no sip lines found for this user

How can I fix this?
Thank you

I’ve solved the problem - I had to add webrtc template to the sip line of my user.

Hello, yes you always need a sip line.

I made a small demo: GitHub - sboily/flask-wazo-video
If it could help.

1 Like

Yeah, that demo is very nice, thank you

Where could I get the SIP line?

Hello, please read this documentation, the meetings API has evolved a lot this last month.

Also check https://wazo-platform.org/documentation/console/application and https://wazo-platform.org/documentation/console/configuration for meetings endpoint.

I installed it by following this video Youtube video
my server is 178.128.106.151
then i facing

WebSocket connection to ‘wss://178.128.106.151/api/asterisk/ws’ failed:

Uncaught (in promise) Error: WebSocket closed wss://178.128.106.151:443/api/asterisk/ws (code: 1006)