We’re having an issue with the Mobile 2018R2 Web SDK and video push. Should the sample.html and sample.js (with relevant section uncommented) be working out of the box?
We have no issues displaying the cameras or using other functionality, or using video push from the android/ios apps, but this is an unexpected obstacle.
Our issues appear to be on send(), where we receive an error in the fromGuid function where the guid (f.videoId) is undefined. The interesting part is if we inspect the object, there is a VideoID string present but not videoId (casing) and then no StreamId as referenced by the next lines which build the ajax request. The videoId/VideoId discrepancy may be telling.
Following a similar issue and example from a previous post https://developer.milestonesys.com/s/question/0D50O00003GXtk7SAD/mobile-server-video-push-questions?t=1533306076375, video push works perfectly with the sample provided in the comments. (using the same server and credentials). Unfortunately, that example does not use the compiled library.
This prompts my question about the sample. I have sunk some time into trying to find the problem with an unminified version of the compiled XPMobileSDK.library.js, but without a whole lot of luck. Would it be possible for someone to verify for us that the 2018R2 samples are working for them?
Thanks for the help!