-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #22 from dyte-in/feat/1.32.0
fix/1.32.1
- Loading branch information
Showing
176 changed files
with
5,337 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
<plist version="1.0"> | ||
<dict> | ||
<key>AvailableLibraries</key> | ||
<array> | ||
<dict> | ||
<key>LibraryIdentifier</key> | ||
<string>ios-arm64</string> | ||
<key>LibraryPath</key> | ||
<string>DyteSdk.framework</string> | ||
<key>SupportedArchitectures</key> | ||
<array> | ||
<string>arm64</string> | ||
</array> | ||
<key>SupportedPlatform</key> | ||
<string>ios</string> | ||
</dict> | ||
<dict> | ||
<key>LibraryIdentifier</key> | ||
<string>ios-x86_64-simulator</string> | ||
<key>LibraryPath</key> | ||
<string>DyteSdk.framework</string> | ||
<key>SupportedArchitectures</key> | ||
<array> | ||
<string>x86_64</string> | ||
</array> | ||
<key>SupportedPlatform</key> | ||
<string>ios</string> | ||
<key>SupportedPlatformVariant</key> | ||
<string>simulator</string> | ||
</dict> | ||
</array> | ||
<key>CFBundlePackageType</key> | ||
<string>XFWK</string> | ||
<key>XCFrameworkFormatVersion</key> | ||
<string>1.0</string> | ||
</dict> | ||
</plist> |
Binary file added
BIN
+795 Bytes
.../DyteSdk.xcframework/ios-arm64/DyteSdk.framework/AccessibilityResources.bundle/Info.plist
Binary file not shown.
26 changes: 26 additions & 0 deletions
26
...rk/ios-arm64/DyteSdk.framework/AccessibilityResources.bundle/en.lproj/Localizable.strings
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
/* | ||
Localizable.strings | ||
React | ||
*/ | ||
"alert"="alert"; | ||
"checkbox"="checkbox"; | ||
"combobox"="combo box"; | ||
"menu"="menu"; | ||
"menubar"="menu bar"; | ||
"menuitem"="menu item"; | ||
"progressbar"="progress bar"; | ||
"radio"="radio button"; | ||
"radiogroup"="radio group"; | ||
"scrollbar"="scroll bar"; | ||
"spinbutton"="spin button"; | ||
"switch"="switch"; | ||
"tab"="tab"; | ||
"tablist"="tab list"; | ||
"timer"="timer"; | ||
"toolbar"="tool bar"; | ||
"checked"="checked"; | ||
"unchecked"="not checked"; | ||
"busy"="busy"; | ||
"expanded"="expanded"; | ||
"collapsed"="collapsed"; | ||
"mixed"="mixed"; |
Binary file added
BIN
+68.7 KB
Frameworks/DyteSdk.xcframework/ios-arm64/DyteSdk.framework/AntDesign.ttf
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+13.1 KB
Frameworks/DyteSdk.xcframework/ios-arm64/DyteSdk.framework/EvilIcons.ttf
Binary file not shown.
Binary file added
BIN
+54.7 KB
Frameworks/DyteSdk.xcframework/ios-arm64/DyteSdk.framework/Feather.ttf
Binary file not shown.
Binary file added
BIN
+162 KB
Frameworks/DyteSdk.xcframework/ios-arm64/DyteSdk.framework/FontAwesome.ttf
Binary file not shown.
Binary file added
BIN
+130 KB
Frameworks/DyteSdk.xcframework/ios-arm64/DyteSdk.framework/FontAwesome5_Brands.ttf
Binary file not shown.
Binary file added
BIN
+33.3 KB
Frameworks/DyteSdk.xcframework/ios-arm64/DyteSdk.framework/FontAwesome5_Regular.ttf
Binary file not shown.
Binary file added
BIN
+198 KB
Frameworks/DyteSdk.xcframework/ios-arm64/DyteSdk.framework/FontAwesome5_Solid.ttf
Binary file not shown.
Binary file added
BIN
+306 KB
Frameworks/DyteSdk.xcframework/ios-arm64/DyteSdk.framework/Fontisto.ttf
Binary file not shown.
Binary file added
BIN
+55.6 KB
Frameworks/DyteSdk.xcframework/ios-arm64/DyteSdk.framework/Foundation.ttf
Binary file not shown.
18 changes: 18 additions & 0 deletions
18
Frameworks/DyteSdk.xcframework/ios-arm64/DyteSdk.framework/Headers/Dyte.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
// | ||
// DyteSdk.h | ||
// dyteClientMobile | ||
// | ||
// Created by Rohit Bhatia on 6/11/21. | ||
// | ||
|
||
|
||
@import UIKit; | ||
@import Foundation; | ||
|
||
NS_ASSUME_NONNULL_BEGIN | ||
|
||
@interface Dyte : NSObject | ||
|
||
@end | ||
|
||
NS_ASSUME_NONNULL_END |
18 changes: 18 additions & 0 deletions
18
Frameworks/DyteSdk.xcframework/ios-arm64/DyteSdk.framework/Headers/DyteMeetingConfig.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
// | ||
// DyteMeeting.h | ||
// dyteClientMobile | ||
// | ||
// Created by Rohit Bhatia on 07/06/21. | ||
// | ||
|
||
#import <Foundation/Foundation.h> | ||
|
||
@interface DyteMeetingConfig : NSObject | ||
@property(nonatomic, readwrite) NSString * roomName; | ||
@property(nonatomic, readwrite) NSString *authToken; | ||
@property(nonatomic, assign, readwrite) BOOL autoTune; | ||
@property(nonatomic, readwrite) NSString *apiBase; | ||
@property(nonatomic, readwrite) NSString *orgId; | ||
@property(nonatomic, assign, readwrite) BOOL showSetupScreen; | ||
@property(nonatomic, assign, readwrite) NSDictionary* uiConfig; | ||
@end |
26 changes: 26 additions & 0 deletions
26
Frameworks/DyteSdk.xcframework/ios-arm64/DyteSdk.framework/Headers/DyteMeetingInfo.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
// | ||
// DyteMeetingInfo.h | ||
// DyteMobile | ||
// | ||
// Created by Rohit Bhatia on 6/24/21. | ||
// Copyright © 2021 Facebook. All rights reserved. | ||
// | ||
|
||
#import <Foundation/Foundation.h> | ||
|
||
NS_ASSUME_NONNULL_BEGIN | ||
|
||
@interface DyteMeetingInfo : NSObject | ||
@property(nonatomic, assign, readonly) BOOL meetingJoined; | ||
@property(nonatomic, assign, readonly) BOOL meetingConnected; | ||
@property(nonatomic, assign, readonly) BOOL activeSpeaker; | ||
@property(nonatomic, assign, readonly) NSString *roomMessage; | ||
@property(nonatomic, assign, readonly) NSString *message; | ||
#pragma mark - This class is a singleton | ||
+ (instancetype _Nonnull)sharedInstance; | ||
-(void)setAllValueNil; | ||
|
||
@end | ||
|
||
|
||
NS_ASSUME_NONNULL_END |
36 changes: 36 additions & 0 deletions
36
Frameworks/DyteSdk.xcframework/ios-arm64/DyteSdk.framework/Headers/DyteMeetingView.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
// | ||
// DyteMeeting.h | ||
// dyteClientMobile | ||
// | ||
// Created by Rohit Bhatia on 08/06/21. | ||
// | ||
|
||
#import <UIKit/UIKit.h> | ||
#import "DyteMeetingConfig.h" | ||
#import "DyteParticipant.h" | ||
|
||
@protocol DyteMeetingViewDelegate <NSObject> | ||
|
||
@optional | ||
|
||
- (void)meetingConnected; | ||
- (void)meetingDisconnect; | ||
- (void)meetingJoined; | ||
- (void)meetingEnded; | ||
- (void)activeSpeaker:(NSString*)peerId; | ||
- (void)participantLeave:(DyteParticipant*)participant; | ||
- (void)participantJoin:(DyteParticipant*)participant; | ||
- (void)participantUpdate:(DyteParticipant*)participant; | ||
|
||
@end | ||
|
||
|
||
|
||
@interface DyteMeetingView : UIView | ||
|
||
@property (nonatomic, nullable, weak) id<DyteMeetingViewDelegate> delegate; | ||
- (void)join:(DyteMeetingConfig*)config; | ||
- (void)updateUiConfig:(NSDictionary*)config; | ||
@end | ||
|
||
|
24 changes: 24 additions & 0 deletions
24
Frameworks/DyteSdk.xcframework/ios-arm64/DyteSdk.framework/Headers/DyteParticipant.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
// | ||
// DyteParticipant.h | ||
// DyteMobile | ||
// | ||
// Created by Rohit Bhatia on 6/24/21. | ||
// Copyright © 2021 Facebook. All rights reserved. | ||
// | ||
|
||
#import <Foundation/Foundation.h> | ||
|
||
NS_ASSUME_NONNULL_BEGIN | ||
|
||
@interface DyteParticipant : NSObject | ||
@property(nonatomic) NSString *name; | ||
@property(nonatomic) NSString *id; | ||
@property(nonatomic) NSString *picture; | ||
@property(nonatomic) NSString *clientSpecificId; | ||
@property(nonatomic, assign) BOOL isScreensharing; | ||
@property(nonatomic, assign) BOOL isPinned; | ||
@property(nonatomic, assign) BOOL videoEnabled; | ||
@property(nonatomic, assign) BOOL audioEnabled; | ||
@end | ||
|
||
NS_ASSUME_NONNULL_END |
18 changes: 18 additions & 0 deletions
18
Frameworks/DyteSdk.xcframework/ios-arm64/DyteSdk.framework/Headers/DyteParticipants.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
// | ||
// DyteParticipants.h | ||
// react-native-dyte-mobile | ||
// | ||
// Created by Rohit Bhatia on 6/28/21. | ||
// | ||
|
||
#import <Foundation/Foundation.h> | ||
|
||
|
||
|
||
@interface DyteParticipants : NSObject | ||
//TODO: Why do we have participants as Nonnull here? | ||
@property(nonatomic, readonly) NSMutableArray* _Nonnull participants; | ||
+ (instancetype _Nonnull)sharedInstance; | ||
- (NSInteger)doesParticipantsExist:(NSString*_Nonnull)id; | ||
- (void)setAllValueNil; | ||
@end |
Oops, something went wrong.