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

[BUG] screen sharing stops working after multiple on offs #1487

Open
3 tasks done
eldarovich99 opened this issue Jan 11, 2024 · 1 comment
Open
3 tasks done

[BUG] screen sharing stops working after multiple on offs #1487

eldarovich99 opened this issue Jan 11, 2024 · 1 comment
Labels
customer-reported Issues that are reported by GitHub users external to the Azure organization. needs-triage Workflow: This is a new issue that needs to be triaged to the appropriate team. question The issue doesn't require a change to the product in order to be resolved. Most issues start as that

Comments

@eldarovich99
Copy link

eldarovich99 commented Jan 11, 2024

Describe the bug
After multiple on-offs screen sharing stops working.
ScreenShareOutgoingVideoStream.getFormat returns null so screen sharing stops working.

Exception or Stack Trace
image

To Reproduce
Steps to reproduce the behavior:

  1. Turn on screen sharing
  2. Turn off screen sharing
  3. Repeat previous steps 3-5 times

Expected behavior
ScreenShareOutgoingVideoStream.getFormat should not return null so screen sharing should be working.

Setup (please complete the following information):

  • OS: Android 14
  • IDE : Android Studio Hedgehog
  • 2.6.0-beta.6

Information Checklist
Kindly make sure that you have added all the following information above and checkoff the required fields otherwise we will treat the issuer as an incomplete report

  • Bug Description Added
  • Repro Steps Added
  • Setup information Added
@github-actions github-actions bot added customer-reported Issues that are reported by GitHub users external to the Azure organization. needs-triage Workflow: This is a new issue that needs to be triaged to the appropriate team. question The issue doesn't require a change to the product in order to be resolved. Most issues start as that labels Jan 11, 2024
@yassirbisteni
Copy link
Member

Thanks for contacting us, that is an expected behaviour, if the screen share is stopped or not running the videoformat will be null, our API's does not say it will return NULL and we would like to change that signature for the method but right now we can not, but keep in mind you should check if video format is not null before using it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
customer-reported Issues that are reported by GitHub users external to the Azure organization. needs-triage Workflow: This is a new issue that needs to be triaged to the appropriate team. question The issue doesn't require a change to the product in order to be resolved. Most issues start as that
Projects
None yet
Development

No branches or pull requests

2 participants