withStartOnline

fun withStartOnline(startOnline: Boolean): WebcomConfiguration

Creates a copy of this WebcomConfiguration with the WebcomConfiguration.startOnline property set to startOnline.

This method is technically equivalent to this.copy(startOnline = startOnline) and is provided for convenience.