Class HMSConfig

  • All Implemented Interfaces:

    
    public final class HMSConfig
    
                        

    Information about which call to join, under what name and the authentication for it.

    • Constructor Detail

      • HMSConfig

        HMSConfig(String userName, String authtoken, String metadata, Boolean captureNetworkQualityInPreview, String initEndpoint)
        Parameters:
        userName - the name which should be displayed to peers on joining.
        authtoken - authentication token with the server.
        metadata - any additional information you'd like to specify for the peer.
        initEndpoint - a link to your own server's endpoint.
      • HMSConfig

        HMSConfig(String userName, String authtoken, String metadata, Boolean captureNetworkQualityInPreview)
        Parameters:
        userName - the name which should be displayed to peers on joining.
        authtoken - authentication token with the server.
        metadata - any additional information you'd like to specify for the peer.
      • HMSConfig

        HMSConfig(String userName, String authtoken, String metadata)
        Parameters:
        userName - the name which should be displayed to peers on joining.
        authtoken - authentication token with the server.
        metadata - any additional information you'd like to specify for the peer.
      • HMSConfig

        HMSConfig(String userName, String authtoken)
        Parameters:
        userName - the name which should be displayed to peers on joining.
        authtoken - authentication token with the server.