You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to DroidScript
Can anyone help me?? Did anyone tried WebRTC on DroidScript?
Dave Smart
unread,
Feb 1, 2018, 11:43:37 AM2/1/18
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to DroidScript
WebRTC definitely works in DroidScript... the droidscript team built a WebRTC system for face to face secure video conferencing last year for a commercial customer (that's how we mostly fund droidscript.org)
Are you using a WebView?
Dave Smart
unread,
Feb 1, 2018, 11:51:04 AM2/1/18
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to DroidScript
Try putting the following line at the top of your main js file:-
_AddPermissions("Camera")
and make sure you are using a WebView with the 'AllowCapture' option set.
ansari_abdullah
unread,
Feb 4, 2018, 1:14:15 AM2/4/18
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to DroidScript
I am actually trying to capture audio (audio calling) using WebRTC and yea I have given AllowCapture option to the webview (you can see in screen shot)
ansari_abdullah
unread,
Feb 4, 2018, 1:27:01 AM2/4/18
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to DroidScript
Can you please send me a sample of WebRTC for DroidScript?
Dave Smart
unread,
Feb 5, 2018, 7:24:51 AM2/5/18
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to DroidScript
If you are recording audio, then you need to add the following permission too:-
_AddPermissions("Record")
Syed Munawer Hassan
unread,
Jun 19, 2020, 7:22:27 AM6/19/20
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to DroidScript
Can you please make this plugin for premium users or @ some fee ?