diff --git a/apps/meteor/client/sidebar/footer/voip/VoipFooter.tsx b/apps/meteor/client/sidebar/footer/voip/VoipFooter.tsx index 7904a950183..397aceb1ca8 100644 --- a/apps/meteor/client/sidebar/footer/voip/VoipFooter.tsx +++ b/apps/meteor/client/sidebar/footer/voip/VoipFooter.tsx @@ -90,7 +90,7 @@ export const VoipFooter = ({ {title} {(callerState === 'IN_CALL' || callerState === 'ON_HOLD') && ( - + e.stopPropagation()}> 2 ? open('user-info-group', username) : open('user-info', username); break; diff --git a/apps/meteor/lib/rooms/roomTypes/voip.ts b/apps/meteor/lib/rooms/roomTypes/voip.ts index e90d048fa3d..e16fe6ad453 100644 --- a/apps/meteor/lib/rooms/roomTypes/voip.ts +++ b/apps/meteor/lib/rooms/roomTypes/voip.ts @@ -14,7 +14,7 @@ export function getVoipRoomType(coordinator: RoomCoordinator): IRoomTypeConfig { return coordinator.openRoom('v', id); }, link({ rid }): Record { - return { id: rid || '' }; + return { id: rid || '', tab: 'voip-room-info' }; }, },