small qol changes

This commit is contained in:
m5r
2021-08-13 19:55:05 +08:00
parent de4d4e63d5
commit a26babc792
3 changed files with 19 additions and 9 deletions

View File

@ -87,7 +87,7 @@ export default function useMakeCall(recipient: string) {
if (device) {
device.disconnectAll();
// device.destroy();
device.destroy();
}
}