Skip to content

Commit

Permalink
fix: no active call notification in some case (#473)
Browse files Browse the repository at this point in the history
  • Loading branch information
embbnux authored Jan 21, 2021
1 parent f43b575 commit 269c9f2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/modules/Phone/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -323,6 +323,13 @@ import hackSend from '../../lib/hackSend';
},
spread: true,
},
{
provide: 'PresenceOptions',
spread: true,
useValue: {
disableCache: true, // fix: can't get active calls correctly when enable cache
},
},
]
})
export default class BasePhone extends RcModule {
Expand Down

0 comments on commit 269c9f2

Please sign in to comment.