1.3.0
-
Added media recording feature
SendBirdRecordingDelegate
protocol.addRecordingDelegate(_:identifier:)
method inSendBirdCall
class.removeRecordingDelegate(identifier:)
method inSendBirdCall
class.removeAllRecordingDelegates()
method inSendBirdCall
class.startRecording(options:recordingStartedHandler:)
method inDirectCall
class.stopRecording(recordingId:)
method inDirectCall
class.
-
Added screen capture feature
captureRemoteVideoView(completionHandler:)
method inDirectCall
class.captureLocalVideoView(completionHandler:)
method inDirectCall
class.
-
Added sound effects feature
addDirectCallSound(_:bundle:forType:)
method inSendBirdCall
class.addDirectCallSound(_:forType:)
method inSendBirdCall
class.removeDirectCallSound(forType:)
method inSendBirdCall
class.
-
Improved permission handling
- You must acquire permission to use the camera to enable local camera device.