0.0.7 • Published 2 years ago

vuejs2-vonage-whiteboard v0.0.7

Weekly downloads
-
License
-
Repository
github
Last release
2 years ago

install the package using below command :

npm i vuejs2-vonage-whiteboard

import the package in your component using below line :

import Vue2VonageWhiteboard from 'vuejs2-vonage-whiteboard'

register it in the component using below syntax :

  components: {
    Vue2VonageWhiteboard
  }

How to use Component

Using OT.initSession this method of @opentok/client, you can pass that object to your component

<div v-if="session">
    <Vue2VonageWhiteboard :session="session" />
</div>
0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago