mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-22 13:48:09 +00:00
Simplify registration tutorial.
This commit is contained in:
parent
9fc45b9900
commit
93df6ec5b0
1 changed files with 1 additions and 2 deletions
|
|
@ -150,10 +150,9 @@ public class TutorialRegistration implements LinphoneCoreListener {
|
|||
|
||||
|
||||
} finally {
|
||||
write("Shutting down...");
|
||||
write("Shutting down linphone...");
|
||||
// You need to destroy the LinphoneCore object when no longer used
|
||||
lc.destroy();
|
||||
write("Exited");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue