Skip to content

Releases: FanapSoft/pod-chat-android-sdk

v0.9.18.0

02 May 12:28
Compare
Choose a tag to compare

[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

13 Apr 07:42
Compare
Choose a tag to compare

[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

13 Apr 07:30
Compare
Choose a tag to compare

[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

Full Changelog: v0.9.13.0...0.9.16.0

v0.9.15.0

13 Apr 07:19
Compare
Choose a tag to compare
v0.9.15.0 Pre-release
Pre-release

[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

Full Changelog: v0.9.13.0...v0.9.15.0

0.9.13.0-light

26 Dec 11:20
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.9.12.0-light...v0.913.0-light

v0.9.14.0

26 Dec 11:17
57bae5f
Compare
Choose a tag to compare

What's Changed

Full Changelog: https://github.com/FanapSoft/pod-chat-android-sdk/blob/master/CHANGELOG.md

v0.9.13.0

19 Oct 09:49
Compare
Choose a tag to compare

Read ChangeLog

v0.9.11.0

21 Aug 09:29
Compare
Choose a tag to compare

Read CHANGELOG

v0.9.9.0

14 Jun 08:39
Compare
Choose a tag to compare

Monor improves and bug fixes.
Read CHANGELOG for more.

v0.9.8.0

27 Apr 08:12
Compare
Choose a tag to compare

Read CHANGELOG