{
"$type": "site.standard.document",
"bskyPostRef": {
"cid": "bafyreig2sko5fnwm6yfigjfo5sbypxfkuvkhjyiezbkjcshu3x5nfaxmhi",
"uri": "at://did:plc:lk3jfj3zq4k4wxnk474axylu/app.bsky.feed.post/3mk7n7i7gw7v2"
},
"path": "/t/camera-permission-dont-pop-up-in-chatgpt-apps-widget-in-mobile-mode/1379646#post_1",
"publishedAt": "2026-04-24T02:29:59.000Z",
"site": "https://community.openai.com",
"tags": [
"Apps SDK | OpenAI Developers"
],
"textContent": "In my App widget it requires camera access by below code. While testing, in ChatGPT web the camera permission pop-up shows, but in my Android ChatGPT App the camera permission never show up, got a “NotAllowedError”.\n\n\n const mediaStream = await window.navigator.mediaDevices.getUserMedia({\n video: { facingMode: 'user' },\n audio: false,\n });\n\n\nI couldn’t find any tips in Apps SDK | OpenAI Developers.\n\nIn my Android phone, I cleared the cache of ChatGPT and Android System WebView, re-allow camera permission to ChatGPT and Android System WebView, but it still didn’t work.\n\nIt would appreciated if any one can help.",
"title": "Camera permission don't pop up in ChatGPT Apps widget in mobile mode"
}