We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56b8afc commit b67b1a1Copy full SHA for b67b1a1
docusaurus/docs/Android/02-tutorials/02-audio-room.mdx
@@ -195,7 +195,6 @@ Replace the code in `setContent` with the following sample:
195
```kotlin
196
setContent {
197
VideoTheme {
198
- val connection by call.state.connection.collectAsState()
199
val connection by call.state.connection.collectAsState()
200
val activeSpeakers by call.state.activeSpeakers.collectAsState()
201
val audioLevel = activeSpeakers.firstOrNull()?.audioLevel?.collectAsState()
0 commit comments