tls property

bool tls
getter/setter pair

Whether the client will use a secure connection. The default is true, meaning a TLS connection will be used to connect to Ably.

Implementation

bool tls = true;