Merge pull request #4861 from element-hq/feature/bma/doc
Add documentation on WebViewPipController
This commit is contained in:
commit
efb1fd8bab
1 changed files with 4 additions and 0 deletions
|
|
@ -11,6 +11,10 @@ import android.webkit.WebView
|
||||||
import kotlin.coroutines.resume
|
import kotlin.coroutines.resume
|
||||||
import kotlin.coroutines.suspendCoroutine
|
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(
|
class WebViewPipController(
|
||||||
private val webView: WebView,
|
private val webView: WebView,
|
||||||
) : PipController {
|
) : PipController {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue