Property | Type | Description |
---|---|---|
onClose | Function | a callback executed on tapping the close icon |
onPlay | Function | a callback executed on tapping the play icon |
onPause | Function | a callback executed on tapping the pause icon |
onStop | Function | a callback executed on tapping the stop icon |
onSend | Function | a callback executed on tapping the send icon |
onStart | Function | a callback executed on tapping the start icon |
mediaRecorderStyle | MediaRecorderStyle | used to customize the appearance of CometChatMediaRecorder |
recordedFile | String | used to get the recorded audio file path |
recordedPlaying | boolean | used to set the play and pause of the recording |
pauseIconUrl | Image | provides icon to the pause Icon |
playIconUrl | Image | used to set the play Icon |
recordIconUrl | Image | used to set record Icon |
deleteIconUrl | Image | used to set delete Icon |
stopIconUrl | Image | used to set stop Icon |
submitIconUrl | Image | used to set submit Icon |