podchat-browser 12.5.2-snapshot.6 → 12.5.2-snapshot.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/changelog.md +8 -0
- package/examples/bundle-test.js +2 -2
- package/package.json +1 -1
- package/src/call.module.js +2 -2
- package/chat-js-browser-sdk.zip +0 -0
package/changelog.md
CHANGED
|
@@ -3,6 +3,14 @@
|
|
|
3
3
|
All notable changes to this project will be documented here.
|
|
4
4
|
to see complete list of changelog please visit [ChangeLog](http://gp.fanapsoft.ir/pod/pod-basic-sdk/chat-js-browser-sdk/-/blob/master/changelog.md)
|
|
5
5
|
|
|
6
|
+
## [12.5.2-snapshot.7] - 2022-06-1
|
|
7
|
+
### Changed
|
|
8
|
+
- Removed CALL_ENDED from LEAVE_CALL event in GroupCall
|
|
9
|
+
|
|
10
|
+
## [12.5.2-snapshot.6] - 2022-05-31
|
|
11
|
+
### Fixed
|
|
12
|
+
- Mute audio send only not all audio tags (Causes problems in Apple devices)
|
|
13
|
+
|
|
6
14
|
## [12.5.2-snapshot.5] - 2022-05-29
|
|
7
15
|
### Fixed
|
|
8
16
|
- User being muted when muting others
|
package/examples/bundle-test.js
CHANGED
|
@@ -58918,12 +58918,12 @@ WildEmitter.mixin(WildEmitter);
|
|
|
58918
58918
|
if(screenShareInfo.isStarted() && screenShareInfo.getOwner() === messageContent[0].userId)
|
|
58919
58919
|
callStateController.removeScreenShareFromCall()
|
|
58920
58920
|
|
|
58921
|
-
if(messageContent[0].userId === chatMessaging.userInfo.id) {
|
|
58921
|
+
/* if(messageContent[0].userId === chatMessaging.userInfo.id) {
|
|
58922
58922
|
chatEvents.fireEvent('callEvents', {
|
|
58923
58923
|
type: 'CALL_ENDED',
|
|
58924
58924
|
callId: threadId
|
|
58925
58925
|
});
|
|
58926
|
-
}
|
|
58926
|
+
}*/
|
|
58927
58927
|
}
|
|
58928
58928
|
|
|
58929
58929
|
//If I'm the only call participant, stop the call
|
package/package.json
CHANGED
package/src/call.module.js
CHANGED
|
@@ -2673,12 +2673,12 @@
|
|
|
2673
2673
|
if(screenShareInfo.isStarted() && screenShareInfo.getOwner() === messageContent[0].userId)
|
|
2674
2674
|
callStateController.removeScreenShareFromCall()
|
|
2675
2675
|
|
|
2676
|
-
if(messageContent[0].userId === chatMessaging.userInfo.id) {
|
|
2676
|
+
/* if(messageContent[0].userId === chatMessaging.userInfo.id) {
|
|
2677
2677
|
chatEvents.fireEvent('callEvents', {
|
|
2678
2678
|
type: 'CALL_ENDED',
|
|
2679
2679
|
callId: threadId
|
|
2680
2680
|
});
|
|
2681
|
-
}
|
|
2681
|
+
}*/
|
|
2682
2682
|
}
|
|
2683
2683
|
|
|
2684
2684
|
//If I'm the only call participant, stop the call
|
package/chat-js-browser-sdk.zip
DELETED
|
Binary file
|