Skip to content

Support for new audio transport header in AudioConnector#352

Open
alfonso-soto wants to merge 2 commits into
Vonage:mainfrom
alfonso-soto:feature/support-trasnport-header-audio-connector/VIDMR-1483
Open

Support for new audio transport header in AudioConnector#352
alfonso-soto wants to merge 2 commits into
Vonage:mainfrom
alfonso-soto:feature/support-trasnport-header-audio-connector/VIDMR-1483

Conversation

@alfonso-soto

Copy link
Copy Markdown

No description provided.

@superchilled superchilled self-requested a review June 22, 2026 09:09

@superchilled superchilled left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good overall. I just have one small question/comment about the use of serialization_alias for some of the fields in the AudioTransportConfig model.

Comment on lines +25 to +29
audio_field: Optional[str] = Field(None, serialization_alias='audio_field')
receive_audio_field: Optional[str] = Field(
None, serialization_alias='receive_audio_field'
)
static_fields: Optional[dict] = Field(None, serialization_alias='static_fields')

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not too clear on the reason for setting a serialization_alias on these three fields, since the value set for serialization_alias in each case is identical to the actual field name.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants