- 
                Notifications
    
You must be signed in to change notification settings  - Fork 30
 
[Fix]Mistakenly prompting for permissions #988
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
base: develop
Are you sure you want to change the base?
Conversation
          Public Interface🚀 No changes affecting the public interface.  | 
    
          SDK Size
  | 
    
          StreamVideo XCSize
  | 
    
          
 | 
    
| let decoderFactory = RTCDefaultVideoDecoderFactory() | ||
| return RTCPeerConnectionFactory( | ||
| audioDeviceModuleType: .platformDefault, | ||
| audioDeviceModuleType: .audioEngine, | 
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why do we change this here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The platformDefault ADM causes the prompts to appear while the audioEngine based one doesn't. We are already planning on migrating to the AudioEngine ADM so we can also do it here and resolve the issue.



🔗 Issue Links
Resolves https://linear.app/stream/issue/IOS-1209/buglivestream-requesting-permission-to-speak
🛠 Implementation
This revision fixes an issue that was causing permission prompts to appear when they weren't needed.
☑️ Contributor Checklist