Skip to content

1.4.0

Choose a tag to compare

@git-babel git-babel released this 03 Nov 09:14
· 72 commits to master since this release

1.4.0 (Nov 3, 2020 UTC)

  • Added remote recording progress event.
    • Below properties are added in DirectCall:
      • onRemoteRecordingStatusChanged: ((call: DirectCall) => void) | null
      • localRecordingStatus: RecordingStatus
      • remoteRecordingStatus: RecordingStatus
    • Below enum is added in SendBirdCall:
      • RecordingStatus
  • Improved stability