Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
I am getting the following popup on my Android device after invoking the AssistSDK for Voice and Video. What issues should I expect because of this message?My device specification is as follows:
I will be starting a project for a customer that will make use of a number of Context Service features, including the "Search" capability. I've been experimenting with the current version (2.0.2) of Context Service's Search. I'd like to share my expe...
My Context Service code relies on a set of fields and fieldsets on the Context Service objects. I used to be able to create these without issue, however, now Context Service complains. Any idea if anything has changed on the Context Service side rela...
I seem to be having some type of issue with the DataElementUtils.convertDataMapToSet () method. It throws an Exception sometimes with null Objects in the passed in Map < String, Object >. I have not been able to figure out if this is the set complain...
In the Context Service API, I can see the relationships between Context Service objects Customer, Request, and Pod. Customers do not have any links to Requests or Pods. Requests have links to Pods, but not Customers. Pods have links to Customers and ...
I can confirm that I do get video on each end of the call and I do not see any Native Library warnings after ensuring that I am using the most recent version of the Android SDK. We can close this issue.
Actually, your code is well written and seems to comply with the spec. I was just noticing that in your code, after you create the object, you just return a URL to the object in the Location Header. This is the correct logic per the spec.However, you...
The sample REST Web App has a create function that would be easier to use (especially from JavaScript) if the "create" method in ContextService.java returned "Response.ok ().entity (contextBean).build ();" instead of the "created()" response.
Finally, the only issue I see is that Video is not seen at either end of the call. On the originating Android device, only "Hold Man" is displayed. Audio is heard on both sides of the call.