We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed798b7 commit 7df7f37Copy full SHA for 7df7f37
stream-video-android-core/src/main/kotlin/io/getstream/video/android/core/call/connection/Subscriber.kt
@@ -341,12 +341,6 @@ internal class Subscriber(
341
tracer.trace("iceRestart-error", it.message ?: "unknown")
342
}
343
344
- /*// TODO: Not a very great idea
345
- private val pendingCalls: List<() -> Unit>
346
- private fun ensureSocketIsConnected(block: () -> Unit) {
347
- if (sfuConnectionModule.socketConnection.state().value !is SfuSocketState.Connected)
348
- }*/
349
-
350
/**
351
* Sets the video subscriptions for the subscriber.
352
*
0 commit comments