Skip to content

Commit

Permalink
update.
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudwebrtc committed Dec 22, 2023
1 parent df85be2 commit 88c6526
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/core/engine.dart
Original file line number Diff line number Diff line change
Expand Up @@ -727,7 +727,7 @@ class Engine extends Disposable with EventsEmittable<EngineEvent> {
return;
}

events.emit(const EngineReconnectingEvent());
events.emit(const EngineResumingEvent());

// wait for socket to connect rtc server
await signalClient.connect(
Expand Down

0 comments on commit 88c6526

Please sign in to comment.