Closed bagusaff closed 4 months ago
Tried the examples ScreenShare module and got the same results.. Broadcast won't start, can anyone confirm or it's just my device ?
@bagusaff Can you tell me what does ScreenCapturePickerViewManager
do?
You can refer to the this example.
I can not reproduce this issue in demo, did you config signing in ScreenShare target?
Hi @guoxianzhe Thanks for the response!
ScreenCapturePickerViewManager is just for opening the IOS Broadcast Selector Popup
Yes I did config signing in ScreenShare, here's the screenshot
@bagusaff Can you reinstall the app and restart your iphone then try again?
Yes! Restarting my Device solved the problem! I also noticed that I can't share broadcast on other app aswell before I restarted my device, Im not sure why. Thanks for helping @guoxianzhe
Hello, I have problem integrating screenShare on IOS device ( I successfully integrated Android Device to be able to share screen and IOS Device as Client able to see it aswell )
I have followed this documentation : https://docs.agora.io/en/video-calling/core-functionality/screen-sharing?platform=react-native
I did not implement any custom business logic so I skipped this section from documentation : To implement additional business logic, refer to the following code to modify the SampleHandler.h file:
I have also configured my provisioning profile on appstore because I actually develop this feature with react-native-webrtc but decided to move into agora.
Whenever I press "Start Broadcast" it only does countdown 3..2..1 while the button change to "Stop Broadcast" and then nothing happen, and the button will turn back into "Start Broadcast"
I copied useInitRtcEngine hook from here : https://github.com/AgoraIO-Extensions/react-native-agora/blob/main/example/src/examples/hook/hooks/useInitRtcEngine.tsx
My Code Logic :
Podfile :
Also I noticed that the showRPSystemBroadcastPickerView(true) from react-native-agora makes my app crashed
The error from sentry that I got is NSInvalidArgumentException *** -[NSBundle initWithURL:]: nil URL argument