Jason Weinzierl

Results 9 issues of Jason Weinzierl

**Describe the bug** If I'm in a call with another participant (totalParticipantCount=2), and a third user calls me, then total participant count changes to 1. ***Exception or Stack Trace*** N/A...

question
Communication
customer-reported

**Describe the bug** When implementing the `RemoteVideoStreamDelegate` or `RemoteParticipantDelegate` to listen for changes to `state`, the emitted events are unreliable. When the a remote participant first shuts off their video,...

question
Communication
customer-reported

**Is your feature request related to a problem? Please describe.** If an application is using Teams interop to receive incoming Teams calls, CallKit will ring the iPhone as expected. However,...

question
Communication
customer-reported

**Describe the bug** When installing the **AzureCommunicationCalling** pod into an iOS app using `use_frameworks! :linkage => :static`, the iOS app will crash with the following error: ``` dyld[1857]: Library not...

question
needs-team-attention
customer-reported
Communication - Calling Server

**Describe the bug** When switching video sources for a LocalVideoStream while its VideoStreamRendererView is not added to the current view, the app will crash. ***Exception or Stack Trace*** ``` FATAL...

**Describe the bug** In the azure-communication-calling library, sometimes when getting cameras from the DeviceManager, the app crashes. Other times, we get the list of cameras just fine, but then the...

question
needs-triage
customer-reported

**Is your feature request related to a problem? Please describe.** If the call agent is no longer connected to Azure, there's currently no event in the Android calling SDK. This...

question
needs-triage
customer-reported

**Is your feature request related to a problem? Please describe.** After some debugging of crashes while using the `azure-communication-calling` library, it appears that we need to add `AndroidThreeTen.init(this);` to our...

question
needs-triage
customer-reported

Is there any thought around separating out the Plaid request/response models from the HttpClient logic? I'm working in a project which needs to parse and manipulate Plaid data, but not...