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 SDK: Joining a group call always unmutes microphone #26

Closed
ryanespiritu opened this issue Sep 23, 2020 · 3 comments
Closed

iOS SDK: Joining a group call always unmutes microphone #26

ryanespiritu opened this issue Sep 23, 2020 · 3 comments
Assignees
Labels
Bug Something isn't working Calling Issue involves Calling functionality. iOS Issues involving the iOS SDK

Comments

@ryanespiritu
Copy link

Describe the bug
Joining a group call always unmutes microphone.

To Reproduce
Steps to reproduce the behavior:

  1. Set ASCAudioOptions's muted property to YES
  2. Join a call via a groupID
  3. Observe microphone is not muted

Expected behavior
My microphone should be muted after specifying muted = YES for the audio options.

Smartphone (please complete the following information):

  • Device: iPhone 11 Pro
  • OS: iOS 13.2.3

Code Snippet

ACSAudioOptions *audioOptions = [[ACSAudioOptions alloc] init];
audioOptions.muted = YES;

ACSJoinCallOptions *joinCallOptions = [[ACSJoinCallOptions alloc] init];
joinCallOptions.audioOptions = audioOptions;

ACSGroupCallContext *groupCallContext = ...;

self.call = [self.callAgent joinWithGroupCallContext:groupCallContext joinCallOptions:joinCallOptions];
...
@RinaRish RinaRish added the Calling Issue involves Calling functionality. label Sep 23, 2020
@raosanat
Copy link
Member

Hi , Thanks for reporting the issue. This is a bug at our end and we will fix this in the upcoming release.

@nmurav nmurav added the Bug Something isn't working label Sep 24, 2020
@raosanat
Copy link
Member

raosanat commented Oct 7, 2020

@terrychen1122 We have made a release which fixes this issue. Here is the link to the release AzureCommunicationCalling - v1.0.0-beta.4
Please verify if the bug is fixed in this new release. Thanks.

@mariusu-msft
Copy link
Member

Closing issue. This should be fixed now.

Thanks for the report.

@ghost ghost locked as resolved and limited conversation to collaborators Nov 15, 2020
@mariusu-msft mariusu-msft added the iOS Issues involving the iOS SDK label Dec 2, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Bug Something isn't working Calling Issue involves Calling functionality. iOS Issues involving the iOS SDK
Projects
None yet
Development

No branches or pull requests

5 participants