Skip to content

Commit

Permalink
Version 6.14.0 released.
Browse files Browse the repository at this point in the history
  • Loading branch information
rbbnbot committed May 30, 2023
1 parent 10888b5 commit eadfbb1
Show file tree
Hide file tree
Showing 152 changed files with 228 additions and 367 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ Ribbon WebRTC iOS SDK change log.
- This project adheres to [Semantic Versioning](http://semver.org/).
- This change log follows [keepachangelog.com](http://keepachangelog.com/) recommendations.

## 6.14.0 - 2023-30-05
### Added
- No change

## 6.13.0 - 2023-02-05
### Added
- No change
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* copied, accessed, disclosed or used in any manner, in whole or in part,
* without GENBAND's express written authorization.
*
* @version: 6.13.0
* @version: 6.14.0
*
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* copied, accessed, disclosed or used in any manner, in whole or in part,
* without GENBAND's express written authorization.
*
* @version: 6.13.0
* @version: 6.14.0
*
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* copied, accessed, disclosed or used in any manner, in whole or in part,
* without GENBAND's express written authorization.
*
* @version: 6.13.0
* @version: 6.14.0
*
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* copied, accessed, disclosed or used in any manner, in whole or in part,
* without GENBAND's express written authorization.
*
* @version: 6.13.0
* @version: 6.14.0
*
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* copied, accessed, disclosed or used in any manner, in whole or in part,
* without GENBAND's express written authorization.
*
* @version: 6.13.0
* @version: 6.14.0
*
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* copied, accessed, disclosed or used in any manner, in whole or in part,
* without GENBAND's express written authorization.
*
* @version: 6.13.0
* @version: 6.14.0
*
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* copied, accessed, disclosed or used in any manner, in whole or in part,
* without GENBAND's express written authorization.
*
* @version: 6.13.0
* @version: 6.14.0
*
*/

Expand All @@ -19,6 +19,6 @@
* @since 6.11.0
*/
typedef NS_ENUM(NSInteger, SMAudioSourceTypes) {
MICROPHONE NS_SWIFT_NAME(microphone),
INTERNAL_AUDIO NS_SWIFT_NAME(internalAudio),
EXTERNAL_AUDIO NS_SWIFT_NAME(externalAudio)
};
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* copied, accessed, disclosed or used in any manner, in whole or in part,
* without GENBAND's express written authorization.
*
* @version: 6.13.0
* @version: 6.14.0
*
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* copied, accessed, disclosed or used in any manner, in whole or in part,
* without GENBAND's express written authorization.
*
* @version: 6.13.0
* @version: 6.14.0
*
*/

Expand Down Expand Up @@ -210,18 +210,6 @@
*/
- (void) setExternalVideoSource:(CVImageBufferRef _Nullable )imageBuffer completionHandler: (void (^_Nullable)(SMMobileError * _Nullable error)) handler;

/**
* @brief Allow applications to set audio buffers as external audio source.
*
* SDK can transmit audio buffer to remote peer if application uses this API.
* Applications that want to use this API should set setAudioSourceType to EXTERNAL_AUDIO
*
* @param audioBuffer will be use transmit to remote peer(s)
* @param completionHandler that returns error
* @since 6.11.0
*/
- (void) setExternalAudioSource:(CMSampleBufferRef _Nullable)audioBuffer completionHandler: (void (^_Nullable)(SMMobileError * _Nullable error)) handler;

/**
* @brief Allows applications to set the audio file as external audio source.
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* copied, accessed, disclosed or used in any manner, in whole or in part,
* without GENBAND's express written authorization.
*
* @version: 6.13.0
* @version: 6.14.0
*
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* copied, accessed, disclosed or used in any manner, in whole or in part,
* without GENBAND's express written authorization.
*
* @version: 6.13.0
* @version: 6.14.0
*
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* copied, accessed, disclosed or used in any manner, in whole or in part,
* without GENBAND's express written authorization.
*
* @version: 6.13.0
* @version: 6.14.0
*
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* copied, accessed, disclosed or used in any manner, in whole or in part,
* without GENBAND's express written authorization.
*
* @version: 6.13.0
* @version: 6.14.0
*
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* copied, accessed, disclosed or used in any manner, in whole or in part,
* without GENBAND's express written authorization.
*
* @version: 6.13.0
* @version: 6.14.0
*
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* copied, accessed, disclosed or used in any manner, in whole or in part,
* without GENBAND's express written authorization.
*
* @version: 6.13.0
* @version: 6.14.0
*
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* copied, accessed, disclosed or used in any manner, in whole or in part,
* without GENBAND's express written authorization.
*
* @version: 6.13.0
* @version: 6.14.0
*
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* copied, accessed, disclosed or used in any manner, in whole or in part,
* without GENBAND's express written authorization.
*
* @version: 6.13.0
* @version: 6.14.0
*
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* copied, accessed, disclosed or used in any manner, in whole or in part,
* without GENBAND's express written authorization.
*
* @version: 6.13.0
* @version: 6.14.0
*
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* copied, accessed, disclosed or used in any manner, in whole or in part,
* without GENBAND's express written authorization.
*
* @version: 6.13.0
* @version: 6.14.0
*
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* copied, accessed, disclosed or used in any manner, in whole or in part,
* without GENBAND's express written authorization.
*
* @version: 6.13.0
* @version: 6.14.0
*
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* copied, accessed, disclosed or used in any manner, in whole or in part,
* without GENBAND's express written authorization.
*
* @version: 6.13.0
* @version: 6.14.0
*
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* copied, accessed, disclosed or used in any manner, in whole or in part,
* without GENBAND's express written authorization.
*
* @version: 6.13.0
* @version: 6.14.0
*
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* copied, accessed, disclosed or used in any manner, in whole or in part,
* without GENBAND's express written authorization.
*
* @version: 6.13.0
* @version: 6.14.0
*
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* copied, accessed, disclosed or used in any manner, in whole or in part,
* without GENBAND's express written authorization.
*
* @version: 6.13.0
* @version: 6.14.0
*
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* copied, accessed, disclosed or used in any manner, in whole or in part,
* without GENBAND's express written authorization.
*
* @version: 6.13.0
* @version: 6.14.0
*
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* copied, accessed, disclosed or used in any manner, in whole or in part,
* without GENBAND's express written authorization.
*
* @version: 6.13.0
* @version: 6.14.0
*
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* copied, accessed, disclosed or used in any manner, in whole or in part,
* without GENBAND's express written authorization.
*
* @version: 6.13.0
* @version: 6.14.0
*
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

/**
*
* @version: 6.13.0
* @version: 6.14.0
* @brief class for media attributes of a Call
* localVideo, holds boolean value that if the local video is activated for sending
* remoteVideo, holds boolean value that if the remote video is receiving
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* copied, accessed, disclosed or used in any manner, in whole or in part,
* without GENBAND's express written authorization.
*
* @version: 6.13.0
* @version: 6.14.0
*
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* copied, accessed, disclosed or used in any manner, in whole or in part,
* without GENBAND's express written authorization.
*
* @version: 6.13.0
* @version: 6.14.0
*
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* copied, accessed, disclosed or used in any manner, in whole or in part,
* without GENBAND's express written authorization.
*
* @version: 6.13.0
* @version: 6.14.0
*
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* copied, accessed, disclosed or used in any manner, in whole or in part,
* without GENBAND's express written authorization.
*
* @version: 6.13.0
* @version: 6.14.0
*
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* copied, accessed, disclosed or used in any manner, in whole or in part,
* without GENBAND's express written authorization.
*
* @version: 6.13.0
* @version: 6.14.0
*
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* copied, accessed, disclosed or used in any manner, in whole or in part,
* without GENBAND's express written authorization.
*
* @version: 6.13.0
* @version: 6.14.0
*
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* copied, accessed, disclosed or used in any manner, in whole or in part,
* without GENBAND's express written authorization.
*
* @version: 6.13.0
* @version: 6.14.0
*
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* copied, accessed, disclosed or used in any manner, in whole or in part,
* without GENBAND's express written authorization.
*
* @version: 6.13.0
* @version: 6.14.0
*
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* copied, accessed, disclosed or used in any manner, in whole or in part,
* without GENBAND's express written authorization.
*
* @version: 6.13.0
* @version: 6.14.0
*
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* copied, accessed, disclosed or used in any manner, in whole or in part,
* without GENBAND's express written authorization.
*
* @version: 6.13.0
* @version: 6.14.0
*
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* copied, accessed, disclosed or used in any manner, in whole or in part,
* without GENBAND's express written authorization.
*
* @version: 6.13.0
* @version: 6.14.0
*
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* copied, accessed, disclosed or used in any manner, in whole or in part,
* without GENBAND's express written authorization.
*
* @version: 6.13.0
* @version: 6.14.0
*
*/

Expand Down
Loading

0 comments on commit eadfbb1

Please sign in to comment.