autoConnect
option
#1246
mrsafalpiya
started this conversation in
Ideas & Feature requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Similar to what socket io client provides.
Use case
One use case of this feature will be to initialize the peer object with
autoConnect
as false and provide it through context. Then later down the road when required we can easily connect and disconnect the peer. This is what I'am doing with the socket io client.Implementation by socket io client
Later down the road, we can easily
socket.connect()
.Beta Was this translation helpful? Give feedback.
All reactions