-
I'm getting this error when trying to test my bot into the dashboard, previous to publish it . Now it’s working local and in a server by using the bot emulator.
The full stack trace is this:
In…
-
I know this is a pretty cryptic error message, but I've been able to isolate the issue to importing twilio-conversations#0.13.4 in my app. The application builds fine on OSX, but our build server w/ …
-
hello,
I have the same issue as others. I get this error (facebook, skype, telegram) when I send a new message via:
await connector.Conversations.SendToConversationAsync((Activity)activity);
I …
-
Hello. I've got this when tried to initialize local Camera Preview:
```
twilio-conversations.min.js:89 Uncaught (in promise) TypeError: e.play is not a function(…)
this.get('client').listen().then(…
-
I looked at the dist files and it appeared there was support for AMD modules, however, utilizing require.js to bundle and almond.js on the client, I recieve the following error: `Uncaught Error: See a…
-
I've been playing around with the Twilio Video and if I use the script tags I can create a `new Twilio.AccessManager`, `new Twilio.Conversations.Client` and so on.
If I try to load the library throug…
-
I using: 'com.twilio:conversations-android:0.12.2'.
Sometimes i don't have correct user when TwilioConversationsClient.Listener onIncomingInvited is called, variable incomingInvite.getParticipants() …
-
I need to generate AccessToken programmatically and like to set user-email as Identity . Can any one tell me how to do it?
-
If 2 participants are invited to a conversation at the same time, the `participantConnected` event is not triggered on the new participant's side.
Expected Behavior:
1. User1 invites User2 & User3 to…
-
onaddstream is deprecated! Use peerConnection.ontrack instead.
I have this issue in Firefox and sometimes local video preview not showing up.
```
Twilio.Conversations.LocalMedia.getLocalMedia().then…