mirror of
https://github.com/vector-im/element-call.git
synced 2026-02-14 04:37:03 +00:00
eslint fix
This commit is contained in:
@@ -303,7 +303,7 @@ export const createLocalMembership$ = ({
|
||||
// Clean-up callback
|
||||
return Promise.resolve(async (): Promise<void> => {
|
||||
await publisher.stopPublishing();
|
||||
publisher.stopTracks();
|
||||
await publisher.stopTracks();
|
||||
});
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user