Skip to content

Conversation

@vahagn1992
Copy link

@vahagn1992 vahagn1992 commented Jul 1, 2025

Allow file://, http:// and https:// based prompts to be played with SPEAK requests”

mod_unimrcp.c Outdated
} else {
} else if (text_starts_with(text, FILE_ID) || text_starts_with(text, HTTP_ID) || text_starts_with(text, HTTPS_ID)){
apt_string_assign(&generic_header->content_type, MIME_TYPE_PLAIN_URI, mrcp_message->pool);
}else {
Copy link
Collaborator

Choose a reason for hiding this comment

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

can you format this like } else { need a space here.

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