Skip to content

Commit

Permalink
bug: Dyte Participants leave object instead of id
Browse files Browse the repository at this point in the history
  • Loading branch information
irohitb committed Jul 26, 2021
1 parent a035772 commit 6a54b43
Show file tree
Hide file tree
Showing 18 changed files with 16 additions and 45 deletions.
1 change: 0 additions & 1 deletion DyteSdk.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ Pod::Spec.new do |s|
s.author = { 'dyte' => '[email protected]' }

s.platforms = { :ios => "11.0" }
# s.source = { :http => "file:/Users/rohitbhatia/Desktop/dyte-mobile-client/sdk-out/", :type => "zip"}
# change the source location
s.source = { :git => "https://github.com/dyte-in/dyte-ios-sdk.git", :tag => "#{s.version}" }
# change the source location
Expand Down
12 changes: 6 additions & 6 deletions Frameworks/DyteSdk.xcframework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -6,29 +6,29 @@
<array>
<dict>
<key>LibraryIdentifier</key>
<string>ios-x86_64-simulator</string>
<string>ios-arm64</string>
<key>LibraryPath</key>
<string>DyteSdk.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>x86_64</string>
<string>arm64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
<dict>
<key>LibraryIdentifier</key>
<string>ios-arm64</string>
<string>ios-x86_64-simulator</string>
<key>LibraryPath</key>
<string>DyteSdk.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
</array>
<key>CFBundlePackageType</key>
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,12 @@
@optional

- (void)meetingConnected;

- (void)meetingDisconnect;

- (void)meetingJoined;

- (void)meetingEnded;

- (void)activeSpeaker:(NSString*)peerId;

- (void)participantLeave:(NSString*)peerId;

- (void)participantLeave:(DyteParticipant*)participant;
- (void)participantJoin:(DyteParticipant*)participant;

- (void)participantUpdate:(DyteParticipant*)participant;

@end
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,12 @@
@optional

- (void)meetingConnected;

- (void)meetingDisconnect;

- (void)meetingJoined;

- (void)meetingEnded;

- (void)activeSpeaker:(NSString*)peerId;

- (void)participantLeave:(NSString*)peerId;

- (void)participantLeave:(DyteParticipant*)participant;
- (void)participantJoin:(DyteParticipant*)participant;

- (void)participantUpdate:(DyteParticipant*)participant;

@end
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
</data>
<key>Headers/DyteMeetingView.h</key>
<data>
poVooKjLzMDTdzH8wS/HT6NkI9E=
jJ2QZSbTHJLPhBkwkADsV8IJfTo=
</data>
<key>Headers/DyteParticipant.h</key>
<data>
Expand Down Expand Up @@ -263,7 +263,7 @@
<dict>
<key>hash2</key>
<data>
yZA3rpXqrQUtrQksSWG35IQ3QvtrdXQuw/lFlAhjiH0=
tTUi0OR1wvyeKug0CAU6WrekeGGL9m6RZbfHW1q/fjk=
</data>
</dict>
<key>Headers/DyteParticipant.h</key>
Expand Down
2 changes: 1 addition & 1 deletion Frameworks/ios-device.xcarchive/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<key>ArchiveVersion</key>
<integer>2</integer>
<key>CreationDate</key>
<date>2021-07-22T11:46:55Z</date>
<date>2021-07-26T14:03:20Z</date>
<key>Name</key>
<string>DyteSdk</string>
<key>SchemeName</key>
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,12 @@
@optional

- (void)meetingConnected;

- (void)meetingDisconnect;

- (void)meetingJoined;

- (void)meetingEnded;

- (void)activeSpeaker:(NSString*)peerId;

- (void)participantLeave:(NSString*)peerId;

- (void)participantLeave:(DyteParticipant*)participant;
- (void)participantJoin:(DyteParticipant*)participant;

- (void)participantUpdate:(DyteParticipant*)participant;

@end
Expand Down
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion Frameworks/ios-simulator.xcarchive/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<key>ArchiveVersion</key>
<integer>2</integer>
<key>CreationDate</key>
<date>2021-07-22T11:45:44Z</date>
<date>2021-07-26T14:02:07Z</date>
<key>Name</key>
<string>DyteSdk</string>
<key>SchemeName</key>
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,12 @@
@optional

- (void)meetingConnected;

- (void)meetingDisconnect;

- (void)meetingJoined;

- (void)meetingEnded;

- (void)activeSpeaker:(NSString*)peerId;

- (void)participantLeave:(NSString*)peerId;

- (void)participantLeave:(DyteParticipant*)participant;
- (void)participantJoin:(DyteParticipant*)participant;

- (void)participantUpdate:(DyteParticipant*)participant;

@end
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
</data>
<key>Headers/DyteMeetingView.h</key>
<data>
poVooKjLzMDTdzH8wS/HT6NkI9E=
jJ2QZSbTHJLPhBkwkADsV8IJfTo=
</data>
<key>Headers/DyteParticipant.h</key>
<data>
Expand Down Expand Up @@ -263,7 +263,7 @@
<dict>
<key>hash2</key>
<data>
yZA3rpXqrQUtrQksSWG35IQ3QvtrdXQuw/lFlAhjiH0=
tTUi0OR1wvyeKug0CAU6WrekeGGL9m6RZbfHW1q/fjk=
</data>
</dict>
<key>Headers/DyteParticipant.h</key>
Expand Down
Loading

0 comments on commit 6a54b43

Please sign in to comment.