Releases: FanapSoft/pod-chat-android-sdk
v0.9.18.0
[0.9.18.0] -2022-05-02
Added
- Add LoudnessEnhancer for audio calls
Changed
-
Update compileSdkVersion to 30
-
Update targetSdkVersion to 30
-
Update Sentry DSN
-
Update PodCall version to 3.8.21-SNAPSHOT
Fixed
- Minor bug fixes and improvements for assistants management
Full Changelog: v0.9.17.0...v0.9.18.0
v0.9.17.0
[0.9.17.0] -2022-04-13
Added
- add Chat.swapPartnerViews(SwapViewsRequest)
- add Chat.addViewForPartner(Long partnerUserId, CallPartnerView newView)
- add Chat.replacePartnersView(ReplaceViewsRequest)
- add CallPartnerViewManager.setMaximumNumberOfGeneratedViews(int viewGenerationMax)
- add IAutoGenerate.onMaximumViewNumberReached(Long partnerUserIdWithoutView)
- add CallPartnerViewManager.resetViews
- add CallPartnerViewPoolUseCase.ClientUseCase.hideAllAssignedViews
Changed
- update podcall to 3.8.20-SNAPSHOT
- change Chat.turnOffIncomingVideo(Long userId)
- change Chat.turnOnIncomingVideo(Long userId)
Deprecated
- deprecate Chat.setPartnerViews(List views)
- deprecate Chat.updatePartnerViews(List views)
v0.9.16.0
[0.9.16.0] -2022-04-13
Added
When you join a started call, you will inform that if a screen is sharing or call is recording
You could use following events and methods to be aware of camera is on, the device is near ( to the ear ) or the device got far ( from the ear ) :
- ChatListener.onDeviceIsNear
- ChatListener.onDeviceGotFar
- Chat.isCameraOn
Now you can turn all incoming streams or a specific call partner stream off and turn them on again
-
Chat.turnOffIncomingVideos
-
Chat.turnOnIncomingVideos
-
Chat.turnOffIncomingVideo
-
Chat.turnOnIncomingVideo
-
CallActivity.imgBtnTurnOffIncomingVideos
-
CallActivity.imgBtnTurnOnIncomingVideos
It's possible to change call setting
- SettingFragment
Changed
- update podcall version to 3.7.7-SNAPSHOT
What's Changed
- Beta call by @Farhad7d7 in #24
Full Changelog: v0.9.13.0...0.9.16.0
v0.9.15.0
[0.9.15.0] -2021-2-23
Added
It's possible now to set title, description, metadata, uniqueName and image for a group call:
- CallRequest.title
- CallRequest.description
- CallRequest.metadata
- CallRequest.image
- CallRequest.uniqueName
Get a list of active calls you can join:
Chat.getActiveCalls(GetActiveCallsRequest)
method
Chat.onReceiveActiveCalls(ChatResponse<GetActiveCallsResult>)
callback
GetCallHistoryRequest.threadId to filter server result by threadId
CacheCall.threadId to filter cache result by threadId
CallVO.Thread to Chat.getCallsHistory cache result
Changed
Update podCall version to 3.5.6
The initial delay when starting a call is now reduced
Chat.handleOnCallParticipantCanceledCall policy. This event is now also sent to the client who has canceled ( rejected ) incoming group call.
Update AppDatabase version to 8
What's Changed
- Beta call by @Farhad7d7 in #24
Full Changelog: v0.9.13.0...v0.9.15.0
0.9.13.0-light
v0.9.14.0
What's Changed
- Beta by @Farhad7d7 in #23
- Beta call by @Farhad7d7 in #24
- Beta by @Farhad7d7 in #25
- Develop by @Farhad7d7 in #26
Full Changelog: https://github.com/FanapSoft/pod-chat-android-sdk/blob/master/CHANGELOG.md