DE
Size: a a a
DE
CM
DE
CM
К
let timer
if (e.description === 'In Call') {
store.dispatch(setIsClientInLine(true));
timer = setTimeout(() => {
console.error('weSpeakMoreThen10sec');
store.dispatch(setIsLongConversation(true));
}, 10000);
}
static hangup = () => {
clearTimeout(timer);
callSession.hangup();
store.dispatch(setIsClientInLine(false));
};
DD
CM
T
CM
T
application/x-www-form-urlencoded
T
DE
CM
application/x-www-form-urlencoded
CM
CM
DE
DE
KS