microsoft / WebRTC-universal-samples

WebRTC samples for the Universal Windows Platform.
177 stars 71 forks source link

Capturing not stopping after ending call - PeerCC #27

Closed Fritzwald closed 6 years ago

Fritzwald commented 6 years ago

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?

Fritzwald commented 6 years ago

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.