Skip to content

Commit

Permalink
Version 6.26.0 released.
Browse files Browse the repository at this point in the history
  • Loading branch information
HamzaOban committed May 27, 2024
1 parent 127ea20 commit 285c169
Show file tree
Hide file tree
Showing 152 changed files with 163 additions and 153 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ 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.25.2 - 2024-23-05
## 6.26.0 - 2024-27-05

## 6.25.1 - 2024-30-04

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
*
* MobileSDK.h
*
* @version: 6.25.2
* @version: 6.26.0
*
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
*
* SMAddressBookApplicationDelegate.h
*
* @version: 6.25.2
* @version: 6.26.0
*
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
*
* SMAddressBookSearchTypes.h
*
* @version: 6.25.2
* @version: 6.26.0
*
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
*
* SMAddressBookServiceDelegate.h
*
* @version: 6.25.2
* @version: 6.26.0
*
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
*
* SMAudioCodecConfiguration.h
*
* @version: 6.25.2
* @version: 6.26.0
*
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
*
* SMAudioSessionConfiguration.h
*
* @version: 6.25.2
* @version: 6.26.0
*
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
*
* SMAudioSourceTypes.h
*
* @version: 6.25.2
* @version: 6.26.0
*
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
*
* SMCallApplicationDelegate.h
*
* @version: 6.25.2
* @version: 6.26.0
*
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
*
* SMCallDelegate.h
*
* @version: 6.25.2
* @version: 6.26.0
*
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
*
* SMCallLogServiceDelegate.h
*
* @version: 6.25.2
* @version: 6.26.0
*
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
*
* SMCallReceiveBandwidthLimit.h
*
* @version: 6.25.2
* @version: 6.26.0
*
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
*
* SMCallServiceDelegate.h
*
* @version: 6.25.2
* @version: 6.26.0
*
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
*
* SMCallState.h
*
* @version: 6.25.2
* @version: 6.26.0
*
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
*
* SMCallTypes.h
*
* @version: 6.25.2
* @version: 6.26.0
*
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
*
* SMCameraModes.h
*
* @version: 6.25.2
* @version: 6.26.0
*
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
*
* SMCodecSet.h
*
* @version: 6.25.2
* @version: 6.26.0
*
*/

Expand Down Expand Up @@ -65,6 +65,7 @@ NS_ASSUME_NONNULL_BEGIN
* Represents Base Codec Object
* @since 4.5.5
*/
__attribute__((objc_runtime_name("SWIFTSMCodec")))
@interface SMCodec : NSObject

@end
Expand All @@ -73,6 +74,7 @@ NS_ASSUME_NONNULL_BEGIN
* Represents Audio Codec Object
* @since 4.5.5
*/
__attribute__((objc_runtime_name("SWIFTSMAudioCodec")))
@interface SMAudioCodec: SMCodec

- (instancetype)init __attribute__((unavailable("Use static initializer withType:")));
Expand All @@ -94,6 +96,7 @@ NS_ASSUME_NONNULL_BEGIN
* Represents Video Codec Object
* @since 4.5.5
*/
__attribute__((objc_runtime_name("SWIFTSMVideoCodec")))
@interface SMVideoCodec: SMCodec

- (instancetype)init __attribute__((unavailable("Use static initializer withType:")));
Expand All @@ -118,6 +121,7 @@ NS_ASSUME_NONNULL_END
*
* @since 3.0.5
*/
__attribute__((objc_runtime_name("SWIFTSMCodecSet")))
@interface SMCodecSet : NSObject

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
*
* SMCodecToReplace.h
*
* @version: 6.25.2
* @version: 6.26.0
*
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
*
* SMCodecType.h
*
* @version: 6.25.2
* @version: 6.26.0
*
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
*
* SMConfiguration.h
*
* @version: 6.25.2
* @version: 6.26.0
*
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
*
* SMConnectionType.h
*
* @version: 6.25.2
* @version: 6.26.0
*
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
*
* SMContact.h
*
* @version: 6.25.2
* @version: 6.26.0
*
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
*
* SMErrorTypes.h
*
* @version: 6.25.2
* @version: 6.26.0
*
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
*
* SMICEOptions.h
*
* @version: 6.25.2
* @version: 6.26.0
*
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
*
* SMICEServer.h
*
* @version: 6.25.2
* @version: 6.26.0
*
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
*
* SMIncomingCallDelegate.h
*
* @version: 6.25.2
* @version: 6.26.0
*
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
*
* SMLogType.h
*
* @version: 6.25.2
* @version: 6.26.0
*
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
*
* SMLoggingDelegate.h
*
* @version: 6.25.2
* @version: 6.26.0
*
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
*
* SMMediaAttributes.h
*
* @version: 6.25.2
* @version: 6.26.0
*
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
*
* SMMobileError.h
*
* @version: 6.25.2
* @version: 6.26.0
*
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
*
* SMNotificationStates.h
*
* @version: 6.25.2
* @version: 6.26.0
*
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
*
* SMOutgoingCallDelegate.h
*
* @version: 6.25.2
* @version: 6.26.0
*
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
*
* SMPublicRequestService.h
*
* @version: 6.25.2
* @version: 6.26.0
*
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
*
* SMPushService.h
*
* @version: 6.25.2
* @version: 6.26.0
*
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
*
* SMPushSubscriptionDelegate.h
*
* @version: 6.25.2
* @version: 6.26.0
*
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
*
* SMRegistrationApplicationDelegate.h
*
* @version: 6.25.2
* @version: 6.26.0
*
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
*
* SMRegistrationService.h
*
* @version: 6.25.2
* @version: 6.26.0
*
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
*
* SMRegistrationStates.h
*
* @version: 6.25.2
* @version: 6.26.0
*
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
*
* SMRingingFeedbackOptions.h
*
* @version: 6.25.2
* @version: 6.26.0
*
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
*
* SMScalingType.h
*
* @version: 6.25.2
* @version: 6.26.0
*
*/

Expand Down
Loading

0 comments on commit 285c169

Please sign in to comment.