message Input Capture Video Menu
fun messageInputCaptureVideoMenu(contract: MessageInputBottomSheetContract?, onClick: () -> Unit = {
contract?.onClickCaptureVideo()
}): DialogMenuDetail
Returns the default "capture video" menu for the message input.
Return
The DialogMenuDetail for the capture video menu.
Since
1.0.0-beta.2
Parameters
contract
The contract to handle the menu click actions.
on Click
The action to be executed when the menu is clicked.