HMSConfig
data class HMSConfig @JvmOverloads constructor(val userName: String, val authtoken: String, var metadata: String = "", var captureNetworkQualityInPreview: Boolean = false, val initEndpoint: String = cDefaultInitEndpoint)
Information about which call to join, under what name and the authentication for it.
Parameters
userName
the name which should be displayed to peers on joining.
authtoken
authentication token with the server. Security and Tokens for details.
metadata
any additional information you'd like to specify for the peer.
initEndpoint
a link to your own server's endpoint.