timrozum

Results 9 comments of timrozum

Hi @Fanpei920, We are actively working to add in-app and system screen capture features to our video SDK. As part of that effort we will integrate system screen capture into...

@Fanpei920 we have released the in-app screen capture feature in a public beta: https://github.com/twilio/twilio-video-ios/releases/tag/4.0.0-beta3 We are working on system screen capture.

@Fanpei920 in-app screen capture is now out of beta and available in the [4.0.0 release](https://github.com/twilio/twilio-video-ios/releases/tag/4.0.0).

@manishmg you should be able to use this quickstart to create the broadcast: https://github.com/twilio/video-quickstart-ios/tree/master/ReplayKitExample And this quickstart to view the broadcast: https://github.com/twilio/video-quickstart-ios/tree/master/VideoQuickStart Make sure to use this room name when...

Hi @tihimsm, You could try one of these solutions: 1. Make the size of the video view larger so that `aspectFit` does not reduce resolution as much. 2. Adjust aspect...

Actually I forgot for a second that this was for screen share. Solution 3 above isn't really an option then. I think you have the right idea using `aspectFit` and...

@tihimsm ok do you mean you want the user to be able to pinch to zoom in and scroll the video image around?

Got it. We also would like to add this feature to our demo app in the future. We do not have any example code for this currently. However I think...

@tihimsm I have transferred this issue to our demo app repo so it gets prioritized better. Thanks for the feedback!