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
We have an iPad app running on Mac silicon and everything runs smoothly on Mac with the exception of the screen sharing feature. We are using the following code to screen share per the documentation:
if let source = AppScreenSource(), let track = LocalVideoTrack(source: source) {
room.localParticipant?.publishVideoTrack(track)
source.startCapture()
}
On Mac, this is the error we are seeing:
ERROR:Twilio:[Platform](0x16f44f000): ReplayKit sample has unsupported pixel format.
Steps to Reproduce
Run iOS app on Mac silicon
Start screensharing
Code
if let source = AppScreenSource(), let track = LocalVideoTrack(source: source) {
room.localParticipant?.publishVideoTrack(track)
source.startCapture()
}
Expected Behavior
Screen sharing should work.
Actual Behavior
Screen sharing errors out
Reproduces How Often
100
Video iOS SDK
TwilioVideo (5.5.0) via Cocoapods
Xcode
16
iOS Version
N/A (Mac)
iOS Device
N/A (Mac)
The text was updated successfully, but these errors were encountered:
Description
We have an iPad app running on Mac silicon and everything runs smoothly on Mac with the exception of the screen sharing feature. We are using the following code to screen share per the documentation:
On Mac, this is the error we are seeing:
Steps to Reproduce
Code
Expected Behavior
Screen sharing should work.
Actual Behavior
Screen sharing errors out
Reproduces How Often
100
Video iOS SDK
TwilioVideo (5.5.0) via Cocoapods
Xcode
16
iOS Version
N/A (Mac)
iOS Device
N/A (Mac)
The text was updated successfully, but these errors were encountered: