Link to plugin page: https://zeroqode.com/plugin/twilio-video-conversations-1611927511080x769795732521103700
Create real-time video apps that scale as you grow chats with WebRTC Go to larger group rooms with many participants.
In order to interact with the plugin, you'll need to get the API credentials Account SID and API Keys. Create your development account at: https://www.twilio.com/try-twilio
4. Go to the programmable video tab and choose tools , -> access API key and create an KeySid and KeySecret.
5. Copy the Account SID and API Keys from the Twilio developer account.
6. Use Access Tokens action to authenticate the plugin by providing Account SID and KeySid/KeySecret taken from Twilio Developer Account in Plugin Settings.
7. Now you are ready to access Video Calls.
The plugin contains TwilioVideo visual element which should be used on page. This element displays participants in a conversation.
Room name - Enter room name. Identity - Enter the participant's name.
In this workflow, we will show you how to connect to a Room and start a conversation:
2. Next step is to connect to a room by providing a name value and a token room which we obtain from the previous action step.
3. The result will be - connected user(s) in the conversation room
To troubleshoot common problems with Twilio Service we recommend you follow official Twilio Documentation steps - https://support.twilio.com/hc/en-us/articles/223180908-How-do-I-troubleshoot-common-problems-with-Twilio-Client-
Update: 03/03/21 -