Skip to content

Commit 770e16d

Browse files
authored
Merge pull request #4861 from element-hq/feature/bma/doc
Add documentation on WebViewPipController
2 parents a8cbd1b + ae2bcda commit 770e16d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

features/call/impl/src/main/kotlin/io/element/android/features/call/impl/utils/WebViewPipController.kt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ import android.webkit.WebView
1111
import kotlin.coroutines.resume
1212
import kotlin.coroutines.suspendCoroutine
1313

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+
*/
1418
class WebViewPipController(
1519
private val webView: WebView,
1620
) : PipController {

0 commit comments

Comments
 (0)