Skip to content

Commit

Permalink
tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
Brazol committed Nov 5, 2024
1 parent ab62e34 commit f909a04
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/stream_video/lib/src/call/session/call_session.dart
Original file line number Diff line number Diff line change
Expand Up @@ -408,12 +408,10 @@ class CallSession extends Disposable {
_logger.d(() => '[close] code: $code, closeReason: $closeReason');

await _stats.close();
// await _saBuffer.cancel();
await _eventsSubscription?.cancel();
_eventsSubscription = null;
await _statsSubscription?.cancel();
_statsSubscription = null;
// await _currentTrackSubscriptionsSubject.close();

await sfuWS.disconnect(
code.value,
Expand Down

0 comments on commit f909a04

Please sign in to comment.