Skip to content

Instantly share code, notes, and snippets.

@andreisavu
Last active November 24, 2021 03:18
Show Gist options
  • Save andreisavu/27e95297b0d3f7ca3411963eaf359717 to your computer and use it in GitHub Desktop.
Save andreisavu/27e95297b0d3f7ca3411963eaf359717 to your computer and use it in GitHub Desktop.
import { Moonsense } from '@moonsense/moonsense-web-sdk';
const moonsenseSdk = new Moonsense({
publicToken: 'ADD PUBLIC TOKEN HERE ..'
});
const session = moonsenseSdk.startSesssion(15000);
session.stopSession();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment