Builder

class Builder(context: Context)

Constructors

Link copied to clipboard
fun Builder(context: Context)

Functions

Link copied to clipboard
fun build(): HMSSDK
Link copied to clipboard

When enabled ports not bound to 'any' specific network interface will be used, in addition to normal ports bound to the enumerated interfaces. Without this flag, these "any address" ports would only be used when network enumeration fails or is disabled. But under certain conditions, these ports may succeed where others fail, so they may allow the application to work in a wider variety of environments, at the expense of having to allocate additional candidates.

Link copied to clipboard

When set, the SDK will examine the permissions required based on the role of the peer in preview and/or join and emit required permissions in requestPermissions for onPreviewListeners and onJoinListeners. When this is requested, the app must call back with

Link copied to clipboard

Intended for SDK purposes, not for general client use.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard