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

Furniture: Videobridge - Granting Permissions on iPhone #77

Closed
4 tasks
zspencer opened this issue Aug 7, 2020 · 0 comments
Closed
4 tasks

Furniture: Videobridge - Granting Permissions on iPhone #77

zspencer opened this issue Aug 7, 2020 · 0 comments
Milestone

Comments

@zspencer
Copy link
Member

zspencer commented Aug 7, 2020

TODO

  • (Code) We can determine programmatically if we have Camera and Microphone permissions within a VideoRoom
  • (Design, Code) We let attendees know that they have not granted the correct permissions
  • (Doc) We have a guide written on how to allow Camera and Microphone permissions on iPhone
  • (Test) We have placed the Feature test in features/granting-permissions.feature

Feature Definition

Feature: Granting permissions
  In order to participate in conversations on Convene
  I want to allow my device to use my camera and microphone

Scenario: iPhone Attendee is shown how to allow microphone and camera
  Given I am using an iPhone that has been configured not to allow microphone or camera access in Safari
  When I enter a Room
  Then a Video conversation is not started
  And I am prompted with how to allow my camera and microphone to be used

Scenario: iPhone Attendee grants microphone and camera permissions
  Given I have entered a Room using an iPhone that has been configured not to allow microphone or camera access in Safari
  When I grant permissions for microphone and camera
  Then the Video conversation is started
@zspencer zspencer changed the title iPhone Attendee is shown how to allow microphone and camera Granting Permissions on iPhone Sep 24, 2020
@zspencer zspencer added design and removed code labels Sep 24, 2020
@zspencer zspencer changed the title Granting Permissions on iPhone Furniture: Videobridge - Granting Permissions on iPhone Aug 23, 2021
@zspencer zspencer added this to the 1.1 - B? milestone Aug 23, 2021
@zspencer zspencer closed this as completed Jul 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant