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
Hello, I am trying to implement Twilio Video in an application, but I'm struggling with the case when a user stops his camera, and then starts it again. The local video track is correctly being published to the room the first time, but when he stops and starts again the camera, it's not displayed again on the remote side.
I am working with a web/backend team which handles the code for Twilio implementation on the web side, which is where the error occurs (the local iOS video is not displayed there), so I don't have access to this code but I wanted to know if something might be wrong with mine.
Description
Hello, I am trying to implement Twilio Video in an application, but I'm struggling with the case when a user stops his camera, and then starts it again. The local video track is correctly being published to the room the first time, but when he stops and starts again the camera, it's not displayed again on the remote side.
I am working with a web/backend team which handles the code for Twilio implementation on the web side, which is where the error occurs (the local iOS video is not displayed there), so I don't have access to this code but I wanted to know if something might be wrong with mine.
Here is what I have written so far :
Code
Expected Behavior
Every time the user stops the camera (
stopPreview()
) then starts it again (startPreview()
), the remote participant should be able to watch its track.Actual Behavior
The video track is not displayed after the first time the user stops the preview.
Reproduces How Often
Always.
Logs
No relevant log.
Versions
Video iOS SDK
5.3.0
Xcode
14.0.1
iOS Version
16.1.1
iOS Device
iPhone XR
Thank you for your help!
The text was updated successfully, but these errors were encountered: