Skip to content

Commit 7e48030

Browse files
committed
Fixed Call Issues and Recent Conversation Issues
1 parent e5c5290 commit 7e48030

File tree

12 files changed

+15
-2
lines changed

12 files changed

+15
-2
lines changed

Channelize.framework/Assets.car

0 Bytes
Binary file not shown.

Channelize.framework/Channelize

105 KB
Binary file not shown.

Channelize.framework/Headers/Channelize-Swift.h

+6
Original file line numberDiff line numberDiff line change
@@ -312,6 +312,12 @@ SWIFT_CLASS("_TtC10Channelize23RecentMessageController")
312312

313313

314314

315+
@interface UILabel (SWIFT_EXTENSION(Channelize))
316+
- (void)drawRect:(CGRect)rect;
317+
@property (nonatomic, readonly) CGSize intrinsicContentSize;
318+
@end
319+
320+
315321

316322

317323
@interface UITabBar (SWIFT_EXTENSION(Channelize))
Binary file not shown.
Binary file not shown.

ChannelizeCall.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22

33
s.name = "ChannelizeCall"
4-
s.version = "4.0.2"
4+
s.version = "4.0.3"
55
s.summary = "Channelize Call SDK"
66
s.description = "A Video and Audio call SDK using Channelize API SDK"
77
s.homepage = "https://channelize.io/"

ChannelizeUI.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22

33
s.name = "ChannelizeUI"
4-
s.version = "4.0.3"
4+
s.version = "4.0.4"
55
s.summary = "Channelize UI SDK"
66
s.description = "A Messaging UI SDK built for Channelize API SDK"
77
s.homepage = "https://channelize.io/"
21.3 KB
Binary file not shown.
Binary file not shown.

Channelize_Voice_Video.framework/Headers/Channelize_Voice_Video-Swift.h

+7
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,7 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
164164
#endif
165165
#if __has_feature(modules)
166166
@import CallKit;
167+
@import CoreGraphics;
167168
@import ObjectiveC;
168169
@import UIKit;
169170
#endif
@@ -206,6 +207,12 @@ SWIFT_CLASS("_TtC22Channelize_Voice_Video12CallProvider")
206207

207208

208209

210+
211+
@interface UILabel (SWIFT_EXTENSION(Channelize_Voice_Video))
212+
- (void)drawRect:(CGRect)rect;
213+
@property (nonatomic, readonly) CGSize intrinsicContentSize;
214+
@end
215+
209216
#if __has_attribute(external_source_symbol)
210217
# pragma clang attribute pop
211218
#endif

0 commit comments

Comments
 (0)