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
The ScreenCapture of the Party-A's device does not appear on Party-B's session when Party-B is on mobile web browser. (Issue similar to this one). When Party-B is on any other device such as iOS app or Desktop Web, the ScreenCapture could be seen.
Steps to Reproduce
Party-A joins the call (Any platform. Preferably iOS)
Party-B join the call (Any platform)
Party-A starts sharing screen
Party-B does not see it when they are on mobile web browser while they can see the camera feed of the Party-A.
Code
if let source =AppScreenSource(),let track =LocalVideoTrack(source: source){
room?.localParticipant?.publishVideoTrack(track)
source.startCapture{ error in
if let error {print("Start capture error is \(error.localizedDescription)")}}}
Expected Behavior
The Party-B should see the ScreenCapture of Party-A
Actual Behavior
On mobile web browser, the Party-B does not see screenCapture of Party-A
Description
The ScreenCapture of the Party-A's device does not appear on Party-B's session when Party-B is on mobile web browser. (Issue similar to this one). When Party-B is on any other device such as iOS app or Desktop Web, the ScreenCapture could be seen.
Steps to Reproduce
Code
Expected Behavior
The Party-B should see the ScreenCapture of Party-A
Actual Behavior
On mobile web browser, the Party-B does not see screenCapture of Party-A
Reproduces How Often
Everytime on mobile web browser
Logs
Attached
twilio-log.txt
twilio-log.txt
Versions
NA
Video iOS SDK
TwilioVideo 5.5.0 via CocoaPods
Xcode
15.2
iOS Version
17.1
iOS Device
Party-A:
Party - B:
The text was updated successfully, but these errors were encountered: