You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm currently working on live screen broadcasting app which allows the user's to share their screen on Youtube, Facebook, Mobcrush like apps. Everything is working fine but sometimes broadcast automatically getting stopped and throwing below error, and every time I open the app and after presenting RPBroadcastActivityViewController and after selecting the app, live preview view of the selected app is dismissed automatically and also RPBroadcastActivityViewController getting dismissed. Also, I can't able to enable the microphone. If I enable microphone it's throwing an error.
Error when broadcast automatically getting stopped -
Attempted to start an invalid broadcast session
Error when I try to enable microphone -
Microphone recording must be enabled first prior to startRecording
I converted code from Objective - C to swift from your demo project. It's working fine on my iPhone 5s with iOS 12.4.3, But it's not work in my iPad mini 4 with iPadOS 13.2.3.
I can't able to find any document of ReplayKit. Please help me to find ReplayKit documents or any example if available.
Thank you.
The text was updated successfully, but these errors were encountered:
I'm currently working on live screen broadcasting app which allows the user's to share their screen on Youtube, Facebook, Mobcrush like apps. Everything is working fine but sometimes broadcast automatically getting stopped and throwing below error, and every time I open the app and after presenting
RPBroadcastActivityViewController
and after selecting the app, live preview view of the selected app is dismissed automatically and alsoRPBroadcastActivityViewController
getting dismissed. Also, I can't able to enable the microphone. If I enable microphone it's throwing an error.Error when broadcast automatically getting stopped -
Error when I try to enable microphone -
My code :-
I converted code from Objective - C to swift from your demo project. It's working fine on my iPhone 5s with iOS 12.4.3, But it's not work in my iPad mini 4 with iPadOS 13.2.3.
I can't able to find any document of ReplayKit. Please help me to find ReplayKit documents or any example if available.
Thank you.
The text was updated successfully, but these errors were encountered: