Skip to content

Commit

Permalink
Support of realtime transcription, post-meeting transcription and sum…
Browse files Browse the repository at this point in the history
…mary added
  • Loading branch information
parth-asodariya committed May 7, 2024
1 parent dc75142 commit 5df9bdf
Show file tree
Hide file tree
Showing 20 changed files with 12,178 additions and 2,515 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,13 @@ SWIFT_CLASS("_TtC11VideoSDKRTC13PubSubMessage")
+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable");
@end


SWIFT_CLASS("_TtC11VideoSDKRTC17TranscriptionText")
@interface TranscriptionText : NSObject
- (nonnull instancetype)init SWIFT_UNAVAILABLE;
+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable");
@end

#endif
#if __has_attribute(external_source_symbol)
# pragma clang attribute pop
Expand Down
Binary file not shown.
Loading

0 comments on commit 5df9bdf

Please sign in to comment.