Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[iOS and Android] local video stream keeps streaming even the call.stopVideo(stream) give a callBack without error #395

Closed
AmyL219 opened this issue Oct 1, 2021 · 1 comment
Assignees
Labels
Bug Something isn't working Needs: triage 🔍

Comments

@AmyL219
Copy link

AmyL219 commented Oct 1, 2021

Describe the bug
I close my local video stream immediately(before call state switches to connected) after the call has started successfully. I got a response that stopVideoStream successfully, but I can still see my local video stream from the remote participant's device.

To Reproduce
Steps to reproduce the behavior:

  1. Join a group meeting with callAgent.join(with) videoOptions has localVideoStreams
  2. After get the join call success callBack, immediately trigger call.stopVideo(stream) and could get the success callBack before the call state updates to connected
  3. In the app, we would consider we has stop the local video stream successfully
  4. However, in the other participant's app, they still can see the video stream from this users

Expected behavior
Other group call participant shouldn't see the video stream from the user who has stopped the local video stream

Screenshots
If applicable, add screenshots to help explain your problem.

Smartphone (please complete the following information):

  • Version [iOS 'AzureCommunicationCalling', '2.0.1-beta.1']

Logs
localVideostream.xcappdata.zip

@AmyL219 AmyL219 added the Bug Something isn't working label Oct 1, 2021
@ghost ghost added the Needs: triage 🔍 label Oct 1, 2021
@DaybreakQuip DaybreakQuip self-assigned this Oct 1, 2021
@ghost ghost locked as resolved and limited conversation to collaborators Nov 18, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Bug Something isn't working Needs: triage 🔍
Projects
None yet
Development

No branches or pull requests

2 participants