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 f455085 commit ae2bcdaCopy full SHA for ae2bcda
features/call/impl/src/main/kotlin/io/element/android/features/call/impl/utils/WebViewPipController.kt
@@ -11,6 +11,10 @@ import android.webkit.WebView
11
import kotlin.coroutines.resume
12
import kotlin.coroutines.suspendCoroutine
13
14
+/**
15
+ * Documentation about the `controls` command can be found here:
16
+ * https://github.com/element-hq/element-call/blob/livekit/docs/controls.md#picture-in-picture
17
+ */
18
class WebViewPipController(
19
private val webView: WebView,
20
) : PipController {
0 commit comments