Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 9 Next »

Resources

DownloadAPI docsExamples source code
2,52.52.5
2.62.62.6

The source code of the examples is located at Github and is used to comment the examples in the present documentation. For example, this link line 78 points to the seventy eighth line in the ViewController.m file of the Media Devices example the revision with the hash of 79a318b6.

iOS SDK builds differences

1. WebRTC library is downloaded from CocoaPods repository without any changes while building iOS SDK 2.6. Therefore, any iOS SDK 2.6 update will always include actual WebRTC library version.

2. Version 2.5 examples cannot be build with version 2.6 due to changes in video capturing to allow custom video capturer implementation. Links in the table above point to compatible source code for each SDK version.

Examples building

Here is described how to build examples using Xcode before 10. Examples building procedure with Xcode 10 and newer slightly differs, and described here.

Known issues

1. To play WebRTC stream correctly in iOS application in fullscreen mode it is necessary to follow client device aspect ratio

Symptoms: when stream is published with aspect ratio 4:3 (640x480 for example), video looks stretched in iOS application in fullscreen mode.

Solution: stream should be published with aspect ratio 16:9 (1280X720 for example)

  • No labels