Documentation Index
Fetch the complete documentation index at: https://cometchat-22654f5b-docs-android-v6-beta2.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.

- TypeScript
Properties
| 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 |
mediaRecorderStyle
A MediaRecorderStyle object is used to customize the appearance of CometChatMediaRecorder.- TypeScript