Posts

Post not yet marked as solved
0 Replies
138 Views
I have an audio session enabled and I'm using the screen sharing extension using ReplayKit. If screen sharing is working and you force close the app during a phone call, the screen sharing extension does not end. Is there a way?
Posted Last updated
.
Post not yet marked as solved
4 Replies
289 Views
I set the project's background mode as above. I'm using the timer with the mic on. The timer currently works in the background, but the timer is paused during a phone call. Do you want to run a timer while on a call, but there is no way? I am using timer as below. playTimer = Timer.scheduledTimer(withTimeInterval: 0.03, repeats: true, block: { [weak self] _ in       self?.sendBuffer()     })
Posted Last updated
.
Post not yet marked as solved
0 Replies
163 Views
I'm using replayKit's RPSystemBroadcastPickerView to add live broadcast functionality. Is it possible to change to a custom UI rather than the default UI for the button? P.S. I used Google Translate.
Posted Last updated
.