Screen share not broadcast and not showing in control center

Description
Not able to share the entire screen after clicking share content - share button .

Which iOS Meeting SDK version?
5.10.6.3611
To Reproduce(If applicable)
Steps to reproduce the behavior:

1.let broadcastView = RPSystemBroadcastPickerView(frame: CGRect(x: 0, y: 0, width: UIScreen.main.bounds.size.width / 2, height: UIScreen.main.bounds.size.height / 2))
broadcastView.preferredExtension = “bundle id”
let buttonPressed = NSSelectorFromString(“buttonPressed:”)
if broadcastView.responds(to: buttonPressed) {
//broadcastView.perform(buttonPressed, with: nil)
for subview in broadcastView.subviews {
print(“broadcastView.subviews”, broadcastView.subviews)
if let button = subview as? UIButton {
button.sendActions(for: UIControl.Event.allTouchEvents)
}
}
}
2. popup not able to see screenshare .
Screenshots
Attached screen shot for ur reference
Control center also not showing extension of my app

Smartphone (please complete the following information):

  • Device: iPhone 7
  • OS: iOS 15.3.1

Additional context
With in in-meeting not able to share screen as not showing extension in broadcast



@carson.zoom pl help me to solve this issue

@Michael_Condon Pl any one in the zoom team … help to solve…

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.