OutgoingCallContent

abstract fun StreamCallActivity.OutgoingCallContent(modifier: Modifier, call: Call, isVideoType: Boolean, isShowingHeader: Boolean, headerContent: @Composable ColumnScope.() -> Unit?, detailsContent: @Composable ColumnScope.(participants: List<MemberState>, topPadding: Dp) -> Unit?, controlsContent: @Composable BoxScope.() -> Unit?, onBackPressed: () -> Unit, onCallAction: (CallAction) -> Unit)

Content for outgoing call.

Parameters

call

the call.

modifier

the UI modifier

isVideoType

if the call is video or not

isShowingHeader

if the header will be shown

headerContent

the content of the header

detailsContent

the details content (participant avatars etc..)