linphone-developers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Linphone-developers] How can I delete a LinphoneChatRoom


From: Yonatan Nir
Subject: [Linphone-developers] How can I delete a LinphoneChatRoom
Date: Sun, 5 Jul 2015 12:20:25 +0000

Hello,

I'm trying to implement a method to delete a LinphoneChatRoom for an Android device.
Whenever I use this line on the room:   room.deleteHistory();   , the history is indeed deleted but the room itself still exists. It will only be deleted if I relaunch the application.
I tried adding this line:   room.destroy();     , but then the entire application crash with the error of Fatal Signal 11.
How can I delete the chat room without the need to relaunch the entire application?

Thank you,
Yonatan

reply via email to

[Prev in Thread] Current Thread [Next in Thread]