mirror of
https://github.com/vector-im/element-call.git
synced 2026-02-23 05:07:03 +00:00
Add dev tools
This commit is contained in:
@@ -28,7 +28,6 @@ export function useConferenceCallManager(homeserverUrl) {
|
||||
useEffect(() => {
|
||||
ConferenceCallManager.restore(homeserverUrl)
|
||||
.then((manager) => {
|
||||
console.log(manager);
|
||||
setState({
|
||||
manager,
|
||||
loading: false,
|
||||
|
||||
Reference in New Issue
Block a user