RTKAi
This module consists of the ai object which is used to interface with product's AI features.
You can obtain the live meeting transcript and use other meeting AI
features such as summary, and agenda using this object.
Kind: instance property of RTKAi
Kind: instance method of RTKAi
| Param | Type | Description |
|---|---|---|
| transcript | TranscriptionData | Transcript data received for a participant. |
Parse a single line transcript
Kind: static method of RTKAi
| Param | Type | Default | Description |
|---|---|---|---|
| transcriptData | string | The transcript data to parse | |
| [isPartialTranscript] | boolean | false | Whether the transcript is partial |
Parse a multi-line transcript
Kind: static method of RTKAi
| Param | Type | Description |
|---|---|---|
| transcriptData | string | The transcript data to parse |