Screen capture

Hello, I have a couple of questions regarding screen capture:

1. iOS examples provide a sample screen capture with Swift only, is the screen capture available for Objective-C?
2. is screen capture for both iOS and Android available while streaming/publishing a camera with microphone?

Thanks,
P
 

Max

Administrator
Staff member
Good day.
1. iOS examples provide a sample screen capture with Swift only, is the screen capture available for Objective-C?
No, there is no screen sharing example for Objective C. Now, Objective C is used in iOS SDK internally because WebRTC library is written on. For our customers, we recommend to migrate to Swift because it is recommended by Apple.
2. is screen capture for both iOS and Android available while streaming/publishing a camera with microphone?
Both Android and iOS screen sharing examples shows how to capture microphone during screen capturing. In theory, you can try to publish a separate video stream from device camera, but:
- you have to play a video stream and a screen sharing stream separately too
- iOS screen capture extension may not allow to capture camera in this case
 
Top