Merge pull request #4861 from element-hq/feature/bma/doc

Add documentation on WebViewPipController
This commit is contained in:
Benoit Marty 2025-06-11 16:24:22 +02:00 committed by GitHub
commit 770e16d0e0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -11,6 +11,10 @@ import android.webkit.WebView
import kotlin.coroutines.resume
import kotlin.coroutines.suspendCoroutine
/**
* Documentation about the `controls` command can be found here:
* https://github.com/element-hq/element-call/blob/livekit/docs/controls.md#picture-in-picture
*/
class WebViewPipController(
private val webView: WebView,
) : PipController {