-
Notifications
You must be signed in to change notification settings - Fork 1
Description
Checklist
- [y] Have you provided a description of the bug?
- [n] Have you provided your Environment information?
- [n] Have you provided a sample code snippet?
- [n] Have you provided a stack trace?
- [y] Have you outlined the expected behavior?
Description
Block Inc. reported an issue using Media Streaming per the below slack exchange.
Tim HuangTim Huang Thursday at 3:11 AM
hi can I get help with voice streaming?I'm getting the following error for said call ID c-6efa7e30-f683e41f-ccd3-4f23-9f4d-bf9eadf9e292 when using the verb, the call is erroring with Value should follow the pattern 'inbound|outbound|both' for type 'mediaTrack' even though we do specify the tracksthis is the bxml that we give:
(edited)
When they were informed that is case sensitive and needs to be lower case “inbound” they indicated that they were using the Java SDK.
Hey Greg, we're using the Java SDK.
The Java SDK is buggy then:
protected String mode; |
Can you guys get this fixed?
-Tim
Environment Information
- OS Version: (e.g. Windows 10)
- SDK Version: (e.g. 1.1.0)
- Environment: (e.g. Java JDK 15)
Sample Code Snippet
// Sample Code Snippet
Stack Trace
[# Stack Trace](https://bandwidth-jira.atlassian.net/browse/VAPI-2447)
Expected Behavior
Update the Java SDK to reflect the proper syntax for Media Streaming.
Suggested Fix
Fix has done here: #194