Package-level declarations

Functions

Link copied to clipboard
fun ScreenShareVideoRenderer(call: Call, session: ScreenSharingSession, modifier: Modifier = Modifier, labelPosition: Alignment = Alignment.BottomStart, isShowConnectionQualityIndicator: Boolean = true, isZoomable: Boolean = true, fallbackContent: @Composable (ScreenSharingSession) -> Unit = { DefaultScreenSharingFallbackContent(session = it) })

Represents the content of a screen sharing session.