[jitsi-users] Issue cleaning up resources in Jitsi meet

Hi all,

There is an issue cleaning up resources when leaving a room. The video bridge still thinks you are in. The only way this is done now is by refreshing the screen. This is what Jitsi meet does. This does not help when you want to change the user interface of Jitsi meet and integrate it in other systems.

Did you encounter this?

Do you have suggestions to fix this?

Thanks,

Osama Alshaykh
Skype ID: osama.alshaykh
LinkedIn <https://www.linkedin.com/pub/osama-alshaykh/3/b84/42>

This email message is for the sole use of the intended recipient(s) and may contain confidential and privileged information. If you are not the intended recipient, please contact the sender by reply email and destroy all copies of the original message

Hi Osama,

Hi all,

There is an issue cleaning up resources when leaving a room. The video
bridge still thinks you are in. The only way this is done now is by
refreshing the screen. This is what Jitsi meet does. This does not
help when you want to change the user interface of Jitsi meet and
integrate it in other systems.

Did you encounter this?

I assume that you leaving the room is done with the "hang up" button. It looks like we don't do a good job of cleaning up.

Do you have suggestions to fix this?

This is definitely something we need to fix, I'm not sure what a proper fix would be.

As a quick hack, you can try adding this in the beginning of the disposeConference function (in xmpp.js):
handler.sendTerminate();

Regards,
Boris

···

On 02/09/15 08:13, Osama Alshaykh wrote:

Thanks Boris! I will try and let everyone know.

Thanks,

Osama Alshaykh
Skype ID: osama.alshaykh
LinkedIn <https://www.linkedin.com/pub/osama-alshaykh/3/b84/42>

This email message is for the sole use of the intended recipient(s) and may contain confidential and privileged information. If you are not the intended recipient, please contact the sender by reply email and destroy all copies of the original message

···

On Sep 2, 2015, at 11:26 AM, Boris Grozev <boris@jitsi.org> wrote:

Hi Osama,

On 02/09/15 08:13, Osama Alshaykh wrote:

Hi all,

There is an issue cleaning up resources when leaving a room. The video
bridge still thinks you are in. The only way this is done now is by
refreshing the screen. This is what Jitsi meet does. This does not
help when you want to change the user interface of Jitsi meet and
integrate it in other systems.

Did you encounter this?

I assume that you leaving the room is done with the "hang up" button. It looks like we don't do a good job of cleaning up.

Do you have suggestions to fix this?

This is definitely something we need to fix, I'm not sure what a proper fix would be.

As a quick hack, you can try adding this in the beginning of the disposeConference function (in xmpp.js):
handler.sendTerminate();

Regards,
Boris