chore: Fire events by default during hangup.
This commit is contained in:
parent
62cca99edd
commit
7e1abd2b95
|
|
@ -944,7 +944,7 @@ class CallSession {
|
|||
await sendCallReject(room, callId, lifetimeMs, localPartyId, reason);
|
||||
}
|
||||
|
||||
Future<void> hangup([String? reason, bool suppressEvent = true]) async {
|
||||
Future<void> hangup([String? reason, bool suppressEvent = false]) async {
|
||||
// stop play ringtone
|
||||
voip.delegate.stopRingtone();
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue