Skip to content

Commit

Permalink
Glia Core SDK Release 1.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
BitriseBot authored and igorkravchenko committed Nov 30, 2023
1 parent 89000ea commit bc2e26d
Show file tree
Hide file tree
Showing 13 changed files with 5,642 additions and 1,214 deletions.
2 changes: 1 addition & 1 deletion GliaCoreSDK.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'GliaCoreSDK'
s.version = '1.1.6'
s.version = '1.1.7'
s.summary = 'The Glia Core SDK'
s.description = 'The Glia Core SDK brings the in-person customer experience to iOS devices.'
s.homepage = 'https://www.glia.com/'
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -500,6 +500,7 @@ SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, strong) GliaCore * _




@class MediaUpgradeOffer;

@interface GliaCore (SWIFT_EXTENSION(GliaCoreSDK))
Expand Down Expand Up @@ -530,11 +531,6 @@ SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, strong) GliaCore * _
- (void)requestMediaUpgradeWithOffer:(MediaUpgradeOffer * _Nonnull)offer completion:(void (^ _Nonnull)(BOOL, GliaCoreError * _Nullable))completion;
@end






enum LogLevel : NSInteger;

@interface GliaCore (SWIFT_EXTENSION(GliaCoreSDK))
Expand All @@ -551,6 +547,10 @@ enum LogLevel : NSInteger;
@end






@interface GliaCore (SWIFT_EXTENSION(GliaCoreSDK))
/// Clear the use session of the client library
- (void)clearSession;
Expand Down Expand Up @@ -1178,6 +1178,7 @@ SWIFT_CLASS("_TtC11GliaCoreSDK17PushNotifications")




@class UNUserNotificationCenter;
@class UNNotification;
@class UNNotificationResponse;
Expand Down Expand Up @@ -1300,6 +1301,7 @@ SWIFT_CLASS("_TtC11GliaCoreSDK10StreamView")
- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)aDecoder SWIFT_UNAVAILABLE;
@end


@protocol RTCVideoRenderer;

@interface StreamView (SWIFT_EXTENSION(GliaCoreSDK)) <RTCVideoViewDelegate>
Expand Down
Loading

0 comments on commit bc2e26d

Please sign in to comment.