Skip to content

Instantly share code, notes, and snippets.

@murillo128
Created May 27, 2020 14:30
Show Gist options
  • Save murillo128/d0587b47853c8cea60945a83d26cd718 to your computer and use it in GitHub Desktop.
Save murillo128/d0587b47853c8cea60945a83d26cd718 to your computer and use it in GitHub Desktop.
import {SFrame} from "./sframe/Client.js";
//Create crypto client
const senderClient = await SFrame.createClient(senderId, {
skipVp8PayloadHeader : true
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment