Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@Volsavr
Copy link
Contributor

@Volsavr Volsavr commented Aug 23, 2024

Allows to override max and min interval between socket reconnection attempts

UaSettings settings = UaSettings();
settings.authorizationUser = username;
settings.password = password;
settings.transportType = TransportType.WS;
...
//change default max and min interval between socket reconnection
settings.connectionRecoveryMaxInterval = 20;
settings.connectionRecoveryMinInterval = 3;

Copy link
Member

@cloudwebrtc cloudwebrtc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm!

@cloudwebrtc cloudwebrtc merged commit 6207ea9 into flutter-webrtc:main Aug 24, 2024
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

Successfully merging this pull request may close these issues.

2 participants