@JvmStatic fun fromAsset(fileName: String): WebcomConfiguration
Builds a WebcomConfiguration instance from an Android asset fileName.
IOException - if the asset file cannot be opened or read.
WebcomException - if the "applicationId" property is missing or the "websocketProtocol" property
cannot be parsed within the asset file.