join huddle with audio automatically

This commit is contained in:
talksik
2026-04-01 09:06:44 -07:00
parent 8fc9643685
commit c68fc236d1
+2
View File
@@ -29,6 +29,8 @@ export function HuddleApp() {
token={connection.token}
serverUrl={connection.serverUrl}
connect={true}
audio={true}
video={false}
onDisconnected={handleDisconnected}
data-lk-theme="default"
style={{ height: '100vh' }}