File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -127,6 +127,9 @@ type TTSBytedanceVendorParams struct {
127
127
func (TTSBytedanceVendorParams ) VendorParam () {}
128
128
func (TTSBytedanceVendorParams ) GetVendorType () TTSVendor { return BytedanceTTSVendor }
129
129
130
+ // TTSMicrosoftVendorParams Defines the Microsoft vendor parameters for the Text-to-Speech (TTS) module when the agent joins the RTC channel
131
+ //
132
+ // @since v0.12.0
130
133
type TTSMicrosoftVendorParams struct {
131
134
// The API key used for authentication.(Required)
132
135
Key string `json:"key"`
@@ -153,6 +156,9 @@ type TTSMicrosoftVendorParams struct {
153
156
func (TTSMicrosoftVendorParams ) VendorParam () {}
154
157
func (TTSMicrosoftVendorParams ) GetVendorType () TTSVendor { return MicrosoftTTSVendor }
155
158
159
+ // TTSElevenLabsVendorParams Defines the ElevenLabs vendor parameters for the Text-to-Speech (TTS) module when the agent joins the RTC channel
160
+ //
161
+ // @since v0.12.0
156
162
type TTSElevenLabsVendorParams struct {
157
163
// The API key used for authentication.(Required)
158
164
Key string `json:"key"`
You can’t perform that action at this time.
0 commit comments