Skip to content

1.3.0

Compare
Choose a tag to compare
@x-0o0 x-0o0 released this 23 Sep 08:50
· 117 commits to master since this release
  • Added media recording feature

    • SendBirdRecordingDelegate protocol.
    • addRecordingDelegate(_:identifier:) method in SendBirdCall class.
    • removeRecordingDelegate(identifier:) method in SendBirdCall class.
    • removeAllRecordingDelegates() method in SendBirdCall class.
    • startRecording(options:recordingStartedHandler:) method in DirectCall class.
    • stopRecording(recordingId:) method in DirectCall class.
  • Added screen capture feature

    • captureRemoteVideoView(completionHandler:) method in DirectCall class.
    • captureLocalVideoView(completionHandler:) method in DirectCall class.
  • Added sound effects feature

    • addDirectCallSound(_:bundle:forType:) method in SendBirdCall class.
    • addDirectCallSound(_:forType:) method in SendBirdCall class.
    • removeDirectCallSound(forType:) method in SendBirdCall class.
  • Improved permission handling


    • You must acquire permission to use the camera to enable local camera device.