Skip to content

Instantly share code, notes, and snippets.

@andreisavu
Created November 24, 2021 03:05
Show Gist options
  • Save andreisavu/e7415ff2a8a3f1390a871549489bd79a to your computer and use it in GitHub Desktop.
Save andreisavu/e7415ff2a8a3f1390a871549489bd79a to your computer and use it in GitHub Desktop.
import MoonsenseSDK
Moonsense.initialize(
publicToken: "ADD PUBLIC TOKEN HERE .."
)
var session: Session? = try? Moonsense.startSession(
duration: 15,
labels: ["label1", "label2"]
)
session?.stopSession()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment