Package-level declarations
Types
Link copied to clipboard
Renders the call participants depending on the number of the participants and the call state.
Link copied to clipboard
data class CallViewStyle( val gridCallParticipantStyle: Int, val listCallParticipantStyle: Int, @Px val localParticipantHeight: Float, @Px val localParticipantWidth: Float, @Px val localParticipantPadding: Float, @Px val localParticipantRadius: Float, @Px val participantListHeight: Int, @Px val participantListPadding: Int, @Px val participantListItemMargin: Int, @Px val participantListItemWidth: Int, @Px val screenShareMargin: Int, val presenterTextStyle: TextStyle, @Px val presenterTextPadding: Int, @Px val presenterTextMargin: Int, val preConnectionImage: Drawable, @Px val callControlsHeight: Int, @Px val callControlsWidthLandscape: Int, val shouldShowGridUsersAsListLandscape: Boolean)
Style for CallView. Use this class together with TransformStyle.callViewStyleTransformer to change CallView styles programmatically.