Skip to content

Commit b67b1a1

Browse files
committed
Remove duplicated typo
1 parent 56b8afc commit b67b1a1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docusaurus/docs/Android/02-tutorials/02-audio-room.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,6 @@ Replace the code in `setContent` with the following sample:
195195
```kotlin
196196
setContent {
197197
VideoTheme {
198-
val connection by call.state.connection.collectAsState()
199198
val connection by call.state.connection.collectAsState()
200199
val activeSpeakers by call.state.activeSpeakers.collectAsState()
201200
val audioLevel = activeSpeakers.firstOrNull()?.audioLevel?.collectAsState()

0 commit comments

Comments
 (0)