CallTimer: Fix typo
This commit is contained in:
parent
c5b5b754e2
commit
50a96e8047
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@ export default definePlugin({
|
|||
},
|
||||
|
||||
stop() {
|
||||
FluxDispatcher.unsubscribe("RCT_CONNECTION_STATE", this.handleRtcConnectionState);
|
||||
FluxDispatcher.unsubscribe("RTC_CONNECTION_STATE", this.handleRtcConnectionState);
|
||||
this.style?.remove();
|
||||
clearInterval(this.interval);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue