fix: close notify

This commit is contained in:
Kingtous
2023-02-07 16:53:46 +08:00
parent fc933ad7b4
commit cd6cdbff8f
2 changed files with 4 additions and 2 deletions

View File

@@ -1264,7 +1264,7 @@ impl<T: InvokeUiSession> Remote<T> {
self.stop_voice_call_sender = self.start_voice_call();
} else {
// The peer refused the voice call.
self.handler.on_voice_call_closed("Refused");
self.handler.on_voice_call_closed("");
}
}
}