--
You received this message because you are subscribed to the Google Groups "Chromium Apps" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-app...@chromium.org.
To post to this group, send email to chromi...@chromium.org.
Visit this group at http://groups.google.com/a/chromium.org/group/chromium-apps/?hl=en.
For more options, visit https://groups.google.com/a/chromium.org/groups/opt_out.
In regards to the NEW API, what about cases where apps crash? Will the platform be able to release the ports in those cases?
If not, what about the possibility of implementing a port range? (For instance, if port 48000 is somehow blocked, automatically try port 48100 as defined in the manifest or in the Chrome API's themselves)?
I'l really glad to hear you're working on this stuff. I think it's important, and I wanted to show that we're still out here even if we aren't using it in our production app at the moment.
One thing we'd use this for is to build a separate, native Objective C based app to play a sound through the speakers when a call comes in while still piping the actual voice media through the headset. Using TCP, our Chrome App can tell the Objective C app to "ring". The Objective C app also places a tray app icon in the Mac OS system tray that, when clicked, sends a TCP request to the app to pull up the call screen. This is just one of many use-cases.
Visit this group at http://groups.google.com/a/chromium.org/group/chromium-apps/.
Aha, thanks. I tried to RTFM but couldn't find docs for the new API...probably looked in the wrong place.