-
Notifications
You must be signed in to change notification settings - Fork 8.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Multicast sample has invalid permissions. #119
Comments
The empty string value for "multicastMembership" isn't obvious at all, I had to resort to reading the C++ unit tests to find out the correct value. The manifest.json documentation states the value requires a " These are unit tests: |
@Robbert Thank you for your feedback. @ikarienator It looks this sample App still uses the old @rpaquay May you update the official documentation at https://chromium.googlesource.com/chromium/src/+/master/chrome/common/extensions/docs/templates/articles/manifest/sockets.html so that it's more clear regarding the |
@Robbert The "multicastMembership" option is now shown at https://developer.chrome.com/apps/manifest/sockets I will update soon the mutilcast sample app based on @rpaquay's work. |
For info, there is an issue on Chrome OS: http://crbug.com/233052. |
Multicast sample has been updated to use the new chrome.sockets.udp API. |
On Chrome version 27 (stable), I can't get this sample to load properly.
If I remove the socket['udp-multicast-membership'] permission, the app will load (though I don't think it works properly).
The text was updated successfully, but these errors were encountered: