iOS 11 and WebRTC Support

Finally it’s out. Apple joins the WebRTC train and announces the support of the Javascript API into Safari v11. This will come with with next release of the iOS and macOS systems, so it seems that the support is near.

“Safari 11.0 ships with iOS 11.0 and macOS 10.13. It is also available on macOS 10.12.6 and 10.11.6.”Expected release dates of iOS 11 are the following ones:

  • iOS 11 developer beta release date: Available now
  • iOS 11 public beta release date: End of June
  • Final iOS 11 release date: Autumn

We have the following conclusions after checking the release notes[1] and inspecting the current status of WebKit[2]:

  • Support will be limited to audio and video, so no native screen sharing will be available (as you can find on Mozilla Firefox).
  • FaceTime will include screen sharing, so native plugins could eventually reach this feature.
  • WebKit still marks this feature as “In Development”, so we must wait to check the WebRTC API on the openSource browser engine

Following these details, the Quobis team is working actively right now on this new release and implications for the SippoSDK applications. Meanwhile the current implementation of our Sippo family products will keep the current support, on next releases we will remove extra layers and reach the native solution. Current support of iOS and macOS with Sippo applications:

  • macOS + Chrome / Firefox: Native WebRTC API + 3rd party plugins (integrated into SippoSDK, no extra code lines required)
  • macOS + Safari: required 3rd party plugins (integrated into SippoSDK, no extra code lines required)
  • iOS + Safari / Chrome / Firefox browsers: not supported yet until Safari 11 will be available
  • iOS + dedicated app: Full RTC support (with SippoSDK)

Here are some screenshots for the WebRTC API using the iOS11 development preview and Safari Technology Preview (Release 32)[3] On well know gUM testers[4][5]: As expected, full support and zero-problems with the desktop version, but important detail:

  • Permission is always request even when you accept the usage
  • You must change it manually on the settings screen

On the iOS implementation we find several differences:

  • The permissions prompt is as usual: first time only, but same accept/deny popup that the rest of the system, ¿different from the Desktop version? really strange.
  • By default seems that iOS start the video on fullscreen (¿?) no reason at all, but true.
  • Seems that some debug is still required since you need to actively press play (user action that derives on play() method) in order to activate the video. NOTE: capture is working, the problem is reproducing the local video…
  • Access of the camera could be removed on the settings section.

If you have any question, do not hesitate to contact Quobis team for any related question, we will be happy to help you with your questions and concerns.  

[1] Safari Release notes: https://developer.apple.com/library/content/releasenotes/General/WhatsNewInSafari/Safari_11_0/Safari_11_0.html[

2] WebKit feature status: https://webkit.org/status/#?search=webrtc

[3] Safari Technology preview release notes: https://developer.apple.com/safari/technology-preview/release-notes/

[4] Github WebRTC tester: https://webrtc.github.io/samples/src/content/getusermedia/gum/

[5] Mozzilla WebRTC tester: https://mozilla.github.io/webrtc-landing/gum_test.html

Similar Posts

  • WebRTC security concerns

    WebRTC was designed for peer-to-peer communication but It is possible to make WebRTC calls interoperable with other IP or legacy networks, by the use of WebRTC to SIP gateways, that have been released by Session Border Controllers and Media Gateway manufacturers, like the Oracle WSC. This environment opens up big opportunities for new services for residential…

  • Quobis joins ATIS device solutions initiative

    Quobis, the leader in WebRTC applications, today announced that has joined the Device Solutions Initiative (DSI) of the Alliance for Telecommunications Industry Solutions (ATIS). This initiative is developing solutions to expose the value of the network to devices and applications by reducing complexity in network APIs. The goal is to provide developers with network-agnostic, client-side APIs…

  • Two events in a row in USA this summer

      We will have two events in a row in the US, as Quobis announced its participation in the AllAboutTheAPI event of Las Vegas and the Real Time Web Solutions event in New York. AllAboutTheAPI: www.allabouttheapi.com/conference-program.aspx Real Time Web Solutions: http://www.webrtcexpo.com/east/ In Las Vegas  we’ll focus in the role of the Sippo WebRTC Application Controller…

  • Quobis to showcase Sippo at MWC 2014

    Quobis,the leader in WebRTC applications, today announced it will be exhibiting at Mobile World Congress 2014, to be held February 24-27, 2014 in Barcelona (Spain). Quobis’ booth (#CS60, Spanish Pavilion) will showcase “Sippo WebRTC Application Controller ” to service providers and network equipment vendors, showing them how to introduce new value-added WebRTC services to their residential and corporate customers, hiding the complexity…

  • WebRTC is moving with Android

    We are proud to announce that we have made our first WebRTC videocall from Chrome for Android running our SIP over Websocket JavaScript stack, QoffeeSIP. It worked with the recently released M26 Chrome Beta for Android, just enabling the WebRTC-enabled flag. This is an important milestone in WebRTC short but brilliant history. The remarkable point here is…