Hi all!
I'm facing a strange problem where when a call is ended the camera does not turn off on the hololens, and the recording icon in the top left corner is still blinking. This causes the next initiated call to crash the app. But this problem only happens after I integrated it into my own app, in the PeerCC sample it works just fine. However I didn't change anything about the dll's or anything in the control script that would affect this.
Has anyone had a similar problem?
I was able to resolve this issue, there was a problem with another dll that was used for acccessing the camera. By using them more strictly it solved the issue.
Hi all! I'm facing a strange problem where when a call is ended the camera does not turn off on the hololens, and the recording icon in the top left corner is still blinking. This causes the next initiated call to crash the app. But this problem only happens after I integrated it into my own app, in the PeerCC sample it works just fine. However I didn't change anything about the dll's or anything in the control script that would affect this. Has anyone had a similar problem?