mirror of
https://github.com/cinnyapp/cinny.git
synced 2025-11-06 07:20:29 +03:00
Disable
This commit is contained in:
parent
da3d20d0fe
commit
cde0d5fa64
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ export function CallActivationEffect() {
|
||||||
if (isViewingCallRoom) {
|
if (isViewingCallRoom) {
|
||||||
if (viewedRoomId !== activeCallRoomId && !isCallActive) {
|
if (viewedRoomId !== activeCallRoomId && !isCallActive) {
|
||||||
logger.info(`CallActivationEffect: Auto-activating call for viewed room: ${viewedRoomId}`);
|
logger.info(`CallActivationEffect: Auto-activating call for viewed room: ${viewedRoomId}`);
|
||||||
setActiveCallRoomId(viewedRoomId);
|
//setActiveCallRoomId(viewedRoomId);
|
||||||
} else {
|
} else {
|
||||||
logger.debug(
|
logger.debug(
|
||||||
`CallActivationEffect: Viewed room ${viewedRoomId} is already the active call.`
|
`CallActivationEffect: Viewed room ${viewedRoomId} is already the active call.`
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue