Skip to content

Commit 269c9f2

Browse files
authored
fix: no active call notification in some case (#473)
1 parent f43b575 commit 269c9f2

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/modules/Phone/index.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -323,6 +323,13 @@ import hackSend from '../../lib/hackSend';
323323
},
324324
spread: true,
325325
},
326+
{
327+
provide: 'PresenceOptions',
328+
spread: true,
329+
useValue: {
330+
disableCache: true, // fix: can't get active calls correctly when enable cache
331+
},
332+
},
326333
]
327334
})
328335
export default class BasePhone extends RcModule {

0 commit comments

Comments
 (0)