enableTlsForSip

open fun enableTlsForSip(enable: Boolean): STWConfiguration.Builder

Sets whether the TLS is enabled or not for sip connections. Default is false.

Return

Builder This Builder object to allow for chaining of calls to set methods.

Parameters

enable

boolean true to enable TLS for all SIP sessions, false otherwise.