Skip to content

Releases: EricssonResearch/openwebrtc-ios-sdk

0.4.2

12 May 07:37
Compare
Choose a tag to compare

NativeHandler: tweak signaling to support both JSON and SDP messages. Thanks @alessandrod.

0.4.1

22 Feb 07:50
Compare
Choose a tag to compare
  • [API breaking change] Changed method declaration for initialising OpenWebRTC to initOpenWebRTC from initialize (thanks @wangchauyan)

0.4

09 Feb 14:03
Compare
Choose a tag to compare
0.4
  • Native: Added support for ICE trickle (thanks @wangchauyan)
  • Hybdrid: New API for enabling native (OpenGL-based) video rendering
  • Hybrid: Suppor for HTTP Basic Auth
  • Hybrid: Support for window.prompt() and similar

0.3.3

03 Dec 23:16
Compare
Choose a tag to compare
  • Fixed issue with CocoaPod 0.39.0 (thanks @podkovyrin)
  • Added new interface for removing video views (thanks @wangchauyan):

In OpenWebRTCNativeHandler:

- (void)removeSelfView:(OpenWebRTCVideoView *)selfView;
- (void)removeRemoteView:(OpenWebRTCVideoView *)remoteView;

Bug fix

15 Nov 19:20
Compare
Choose a tag to compare

Bug fix for enabling overlay rendering detection.

Minor protocol changes

14 Nov 19:11
Compare
Choose a tag to compare

This is minor release:

  • Added new protocol method in OpenWebRTCWebViewDelegate to support overlay (native OpenGL) rendering in for Hybrid apps
  • WebRTC spec compliance fixes in SDP parser/generator

Added new APIs and changed source handling

04 Nov 10:36
Compare
Choose a tag to compare

New APIs for:

  • Setting video capture device (camera)
  • Setting and getting video rotation per video view
  • Setting mirroring per video view

Bugfix to hybrid development

23 Oct 06:02
Compare
Choose a tag to compare
Pre-release

Minor changes to hybrid app development helper classes.

Hybrid app development

20 Oct 06:51
Compare
Choose a tag to compare
Pre-release

This release adds additional helper classes for developing Hybrid apps. Hybrid apps are apps that mix native and WebView functionality and are the fastest way to package an existing web app as a native app.

First semi-working release

02 Apr 12:48
Compare
Choose a tag to compare
Pre-release

Apart from glaring issues as not being able to close a session cleanly and lack of ICE trickle, this version of the SDK is somewhat usable :)