ScreenShareVideoRenderer
fun ScreenShareVideoRenderer(call: Call, session: ScreenSharingSession, modifier: Modifier = Modifier, labelPosition: Alignment = Alignment.BottomStart, isShowConnectionQualityIndicator: Boolean = true, isZoomable: Boolean = true)
Represents the content of a screen sharing session.
Parameters
call
The call state.
session
The screen sharing session to show.
modifier
Modifier for styling.