SharedKey

fun SharedKey(    dependencies: DittoDependencies,     appID: String,     sharedKey: String,     siteID: BigInteger? = null)

Parameters

dependencies

the dependencies required by the SDK to be initialised.

appID

the name of the app. All peers must use the same app name to communicate.

sharedKey

a base64-encoded DER private key. Refer to Ditto documentation for details about generating shared keys.

siteID

the site ID of the peer.