react-twilio-video-post icon indicating copy to clipboard operation
react-twilio-video-post copied to clipboard

Results 4 react-twilio-video-post issues
Sort by recently updated
recently updated
newest added

![image](https://user-images.githubusercontent.com/22055697/35259798-d11acd8a-0018-11e8-9ab5-e2510b15583f.png)

``` s {logger: t, headers: Object, status_code: 403, reason_phrase: "Forbidden", data: "SIP/2.0 403 Forbidden ↵CSeq: 81 REGISTER ↵Call-ID:…20101 Invalid Access Token ↵Content-Length: 0 ↵ ↵"…}body: ""call_id: "rfskmkehturld48rrpq7a0"cseq: 81data: "SIP/2.0 403...

Running your example, on reload of a connected clients browser or close of the window/tab, this error shows in the browser console: twilio-conversations.min.js:91 Uncaught Error: Cannot transition from "disconnected" to...

Maybe an api change, but `AccessToken` is undefined. You need to access it via the `jwt` property now: `var AccessToken = require('twilio').jwt.AccessToken;`