vonage-php-sdk-core
vonage-php-sdk-core copied to clipboard
Problem with new line since I add setType: text
Hello, since my last issue with the encoding problem and you told me to add the setType method it worked. But the new line (return) doesn't work anymore
Can you post an example of the code you're using, and what the expected result should be? I need some context here as I don't understand what But the new line (return) doesn't work anymore exactly refers to.
This is the code I'm using
If I send "Hello, it's me." I will receive "Hello,it's me" without the return to the line
without the new line I mean
I have this parameters associated to the editor I'm using to send
I've tried to recreate this, but I can't. This leads me to believe it's an encoding issue. The actual implementation of the code doesn't really matter in this case, it's the variable where the text string is set that I'll need to see
This issue is going stale, feel free to reopen when you can provide the code where the variable is set