In particular, the first log in console “Sip gateway enabled” pauses for a few seconds and then restarts a sort of cycle on the calls createConferenceIq, parseConfigOptions, parseSessionId until it returns to the parseConfigOptions with the Sip gateway enabled …
Can you tell me if it depends on some configuration file or on something that escapes me now?
Thanks in advance
Marco
First filter the console on the string TIME and see where is the biggest wait.
Also before joining the room, open a tab, open the network console and see is there some wait between the messages. If you are using bosh this will be a separate request to http-bind and you need to be checking the response text.
If it is a websocket connection it is easier as you see a table with all the messages exchanged over the websocket.
For some reason Strophe is connecting 2 times. The first time when it was connected was 1394 ms after the page load, the second time was 4 sec after load.
You can have more info about the communication and messages on the Network tab, and find the websocket there.
I understand. We use authentication to guarantee the unique moderator. We want that for a certain room for example the room “1234567890” there is only one person who can start it. For this reason, through reservation and authentication we reserve the right to the owner only to start that room.
I think the second call to the websocket is generated by the LoginDialog.