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 4 Next »

Resources

Download iOS SDK for Web Call Server

http://flashphoner.com/downloads/builds/flashphoner_client/wcs-ios-sdk

API documentation for iOS SDK

http://flashphoner.com/docs/api/WCS5/client/ios-sdk/latest

Download the source code of the examples for iOS SDK

https://github.com/flashphoner/wcs-ios-sdk-samples

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.

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