You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please vote for this issue by adding a 👍 reaction to the issue. This will help the community and maintainers from the Amazon Chime SDK team to prioritize this request.
Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request.
Please go through the existing issues to see if your request has already been recommended.
Please do not use this template for bugs or support. Each individual repository has a PR template, documentation and resources for troubleshooting.
If you are interested in working on this issue or have submitted a pull request, please leave a comment.
Tell us about your request
Hi team, our app currently has a custom health policy config as follows:
Which will be set to ReconnectionHealthPolicy's static variables here.
However, DefaultContentShareController is created with createContentShareMeetingSessionConfigure, which doesn't copy the healthPolicyConfiguration over. As a result, when Content-share starts, another MonitorTask will be created, which eventually overrides those static variables of ReconnectionHealthPolicy with default healthPolicyConfiguration values, and thus caused the unexpected ReconnectionHealthPolicy behavior.
Recommended options:
Copy the healthPolicyConfiguration over in createContentShareMeetingSessionConfigure
Or convert static variables of ReconnectionHealthPolicy to be instance variables
What do you want us to build?
Which Amazon Chime SDK or feature area is this request for? amazon-chime-sdk-js
Tell us about the problem you are trying to solve and why is it hard?
This issue cause inconsistent ReconnectionHealthPolicy behavior between Content-share ON and OFF.
How are you currently solving a problem?
We don't have a workaround for now.
Additional context
Anything else we should know?
The text was updated successfully, but these errors were encountered:
Community Note
Tell us about your request
Hi team, our app currently has a custom health policy config as follows:
Which will be set to ReconnectionHealthPolicy's static variables here.
However,
DefaultContentShareController
is created withcreateContentShareMeetingSessionConfigure
, which doesn't copy thehealthPolicyConfiguration
over. As a result, when Content-share starts, another MonitorTask will be created, which eventually overrides those static variables ofReconnectionHealthPolicy
with defaulthealthPolicyConfiguration
values, and thus caused the unexpected ReconnectionHealthPolicy behavior.Recommended options:
healthPolicyConfiguration
over increateContentShareMeetingSessionConfigure
ReconnectionHealthPolicy
to be instance variablesWhat do you want us to build?
Which Amazon Chime SDK or feature area is this request for?
amazon-chime-sdk-js
Tell us about the problem you are trying to solve and why is it hard?
This issue cause inconsistent ReconnectionHealthPolicy behavior between Content-share ON and OFF.
How are you currently solving a problem?
We don't have a workaround for now.
Additional context
Anything else we should know?
The text was updated successfully, but these errors were encountered: