AgoraIO / AgoraRtcEngine_iOS

iOS Package for Agora Video RTE SDK. Perfect for video calls and live streaming.
https://agoraio.github.io/AgoraRtcEngine_iOS/
MIT License
58 stars 17 forks source link

AgoraErrorCodeNoPermission no longer getting called #29

Closed jonah-katz closed 1 year ago

jonah-katz commented 1 year ago

rtcEngine(_ engine: AgoraRtcEngineKit, didOccurError used to be reported with AgoraErrorCodeNoPermission, but since I updated recently, that error no longer occurs.

maxxfrazer commented 1 year ago

just to check, it's no longer being called when it should for you @jonah-katz? I checked the docs and can see it still listed, so it should not have changed/stopped calling.

This repo is more for distribution of the SDK, rather than issue with it, to get to the SDK team the best route is hitting the support button on the console. It will lead you to here: https://agora-ticket.agora.io Be sure to tell them all relevant information, including the SDK version you're having this issue with, as well as device OS. Cam/mic permissions on Apple devices have changed in the past with OS updates.

maxxfrazer commented 1 year ago

@jonah-katz there is a separate method, rtcEngine(_ engine:, permissionError type:), which might be what you're looking for.

jonah-katz commented 1 year ago

That worked, thanks. I'll report the origin bug as well.