edoctor-sendbird-calls 1.1.0-beta.0 → 1.2.0-beta.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +43 -83
- package/edoctor-sendbird-calls.podspec +2 -2
- package/ios/Frameworks/SendBirdCalls.xcframework/Info.plist +47 -0
- package/ios/Frameworks/SendBirdCalls.xcframework/ios-arm64/SendBirdCalls.framework/Headers/SendBirdCalls-Swift.h +3281 -0
- package/ios/Frameworks/SendBirdCalls.xcframework/ios-arm64/SendBirdCalls.framework/Headers/SendBirdCalls.h +12 -0
- package/ios/Frameworks/SendBirdCalls.xcframework/ios-arm64/SendBirdCalls.framework/Info.plist +0 -0
- package/ios/Frameworks/SendBirdCalls.xcframework/ios-arm64/SendBirdCalls.framework/Modules/SendBirdCalls.swiftmodule/arm64-apple-ios.abi.json +301055 -0
- package/ios/Frameworks/SendBirdCalls.xcframework/ios-arm64/SendBirdCalls.framework/Modules/SendBirdCalls.swiftmodule/arm64-apple-ios.private.swiftinterface +1105 -0
- package/ios/Frameworks/SendBirdCalls.xcframework/ios-arm64/SendBirdCalls.framework/Modules/SendBirdCalls.swiftmodule/arm64-apple-ios.swiftdoc +0 -0
- package/ios/Frameworks/SendBirdCalls.xcframework/ios-arm64/SendBirdCalls.framework/Modules/SendBirdCalls.swiftmodule/arm64-apple-ios.swiftinterface +1105 -0
- package/ios/Frameworks/SendBirdCalls.xcframework/ios-arm64/SendBirdCalls.framework/Modules/module.modulemap +11 -0
- package/ios/Frameworks/SendBirdCalls.xcframework/ios-arm64/SendBirdCalls.framework/PrivacyInfo.xcprivacy +57 -0
- package/ios/Frameworks/SendBirdCalls.xcframework/ios-arm64/SendBirdCalls.framework/SendBirdCalls +0 -0
- package/ios/Frameworks/SendBirdCalls.xcframework/ios-arm64-simulator/SendBirdCalls.framework/Headers/SendBirdCalls-Swift.h +3281 -0
- package/ios/Frameworks/SendBirdCalls.xcframework/ios-arm64-simulator/SendBirdCalls.framework/Headers/SendBirdCalls.h +12 -0
- package/ios/Frameworks/SendBirdCalls.xcframework/ios-arm64-simulator/SendBirdCalls.framework/Info.plist +0 -0
- package/ios/Frameworks/SendBirdCalls.xcframework/ios-arm64-simulator/SendBirdCalls.framework/Modules/SendBirdCalls.swiftmodule/arm64-apple-ios-simulator.abi.json +301055 -0
- package/ios/Frameworks/SendBirdCalls.xcframework/ios-arm64-simulator/SendBirdCalls.framework/Modules/SendBirdCalls.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +1105 -0
- package/ios/Frameworks/SendBirdCalls.xcframework/ios-arm64-simulator/SendBirdCalls.framework/Modules/SendBirdCalls.swiftmodule/arm64-apple-ios-simulator.swiftdoc +0 -0
- package/ios/Frameworks/SendBirdCalls.xcframework/ios-arm64-simulator/SendBirdCalls.framework/Modules/SendBirdCalls.swiftmodule/arm64-apple-ios-simulator.swiftinterface +1105 -0
- package/ios/Frameworks/SendBirdCalls.xcframework/ios-arm64-simulator/SendBirdCalls.framework/Modules/module.modulemap +11 -0
- package/ios/Frameworks/SendBirdCalls.xcframework/ios-arm64-simulator/SendBirdCalls.framework/PrivacyInfo.xcprivacy +57 -0
- package/ios/Frameworks/SendBirdCalls.xcframework/ios-arm64-simulator/SendBirdCalls.framework/SendBirdCalls +0 -0
- package/ios/Frameworks/SendBirdCalls.xcframework/ios-arm64-simulator/SendBirdCalls.framework/_CodeSignature/CodeResources +201 -0
- package/ios/Frameworks/WebRTC.xcframework/Info.plist +48 -0
- package/ios/Frameworks/WebRTC.xcframework/LICENSE.md +2264 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCAudioDevice.h +335 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCAudioSession.h +289 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCAudioSessionConfiguration.h +47 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCAudioSink.h +25 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCAudioSource.h +32 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCAudioTrack.h +28 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCCVPixelBuffer.h +52 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCCallbackLogger.h +41 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCCameraPreviewView.h +30 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCCameraVideoCapturer.h +60 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCCertificate.h +47 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCCodecSpecificInfo.h +24 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCCodecSpecificInfoH264.h +28 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCConfiguration.h +268 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCCryptoOptions.h +66 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCDataChannel.h +134 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCDataChannelConfiguration.h +52 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCDefaultShader.h +26 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCDefaultVideoDecoderFactory.h +26 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCDefaultVideoEncoderFactory.h +31 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCDispatcher.h +47 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCDtmfSender.h +73 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCEAGLVideoView.h +45 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCEncodedImage.h +52 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCFieldTrials.h +32 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCFileLogger.h +76 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCFileVideoCapturer.h +51 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCH264ProfileLevelId.h +61 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCI420Buffer.h +22 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCIceCandidate.h +50 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCIceCandidateErrorEvent.h +45 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCIceServer.h +115 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCLegacyStatsReport.h +37 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCLogging.h +70 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCMTLVideoView.h +44 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCMacros.h +67 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCMediaConstraints.h +47 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCMediaSource.h +34 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCMediaStream.h +50 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCMediaStreamTrack.h +50 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCMetrics.h +24 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCMetricsSampleInfo.h +48 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCMutableI420Buffer.h +24 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCMutableYUVPlanarBuffer.h +28 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCNativeI420Buffer.h +23 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCNativeMutableI420Buffer.h +24 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCNetworkMonitor.h +24 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCPeerConnection.h +423 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCPeerConnectionFactory.h +149 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCPeerConnectionFactoryOptions.h +38 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCRtcpParameters.h +30 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCRtpCapabilities.h +31 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCRtpCodecCapability.h +58 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCRtpCodecParameters.h +72 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCRtpEncodingParameters.h +77 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCRtpHeaderExtension.h +33 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCRtpHeaderExtensionCapability.h +39 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCRtpParameters.h +60 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCRtpReceiver.h +97 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCRtpSender.h +55 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCRtpSource.h +66 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCRtpTransceiver.h +177 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCSSLAdapter.h +20 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCSSLCertificateVerifier.h +25 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCSessionDescription.h +49 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCStatisticsReport.h +58 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCTracing.h +21 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCVideoCapturer.h +37 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCVideoCodecConstants.h +17 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCVideoCodecInfo.h +43 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCVideoDecoder.h +41 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCVideoDecoderAV1.h +25 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCVideoDecoderFactory.h +33 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCVideoDecoderFactoryH264.h +18 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCVideoDecoderH264.h +18 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCVideoDecoderVP8.h +25 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCVideoDecoderVP9.h +27 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCVideoEncoder.h +62 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCVideoEncoderAV1.h +32 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCVideoEncoderFactory.h +78 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCVideoEncoderFactoryH264.h +18 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCVideoEncoderH264.h +22 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCVideoEncoderQpThresholds.h +29 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCVideoEncoderSettings.h +42 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCVideoEncoderVP8.h +30 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCVideoEncoderVP9.h +32 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCVideoFrame.h +64 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCVideoFrameBuffer.h +40 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCVideoRenderer.h +44 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCVideoSource.h +37 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCVideoTrack.h +38 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCVideoViewShading.h +39 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCYUVPlanarBuffer.h +46 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/UIDevice+RTCDevice.h +17 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/WebRTC.h +104 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Info.plist +0 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Modules/module.modulemap +6 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/PrivacyInfo.xcprivacy +32 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/WebRTC +0 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCAudioDevice.h +335 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCAudioSession.h +289 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCAudioSessionConfiguration.h +47 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCAudioSink.h +25 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCAudioSource.h +32 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCAudioTrack.h +28 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCCVPixelBuffer.h +52 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCCallbackLogger.h +41 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCCameraPreviewView.h +30 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCCameraVideoCapturer.h +60 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCCertificate.h +47 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCCodecSpecificInfo.h +24 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCCodecSpecificInfoH264.h +28 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCConfiguration.h +268 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCCryptoOptions.h +66 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCDataChannel.h +134 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCDataChannelConfiguration.h +52 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCDefaultShader.h +26 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCDefaultVideoDecoderFactory.h +26 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCDefaultVideoEncoderFactory.h +31 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCDispatcher.h +47 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCDtmfSender.h +73 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCEAGLVideoView.h +45 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCEncodedImage.h +52 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCFieldTrials.h +32 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCFileLogger.h +76 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCFileVideoCapturer.h +51 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCH264ProfileLevelId.h +61 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCI420Buffer.h +22 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCIceCandidate.h +50 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCIceCandidateErrorEvent.h +45 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCIceServer.h +115 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCLegacyStatsReport.h +37 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCLogging.h +70 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCMTLVideoView.h +44 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCMacros.h +67 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCMediaConstraints.h +47 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCMediaSource.h +34 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCMediaStream.h +50 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCMediaStreamTrack.h +50 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCMetrics.h +24 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCMetricsSampleInfo.h +48 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCMutableI420Buffer.h +24 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCMutableYUVPlanarBuffer.h +28 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCNativeI420Buffer.h +23 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCNativeMutableI420Buffer.h +24 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCNetworkMonitor.h +24 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCPeerConnection.h +423 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCPeerConnectionFactory.h +149 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCPeerConnectionFactoryOptions.h +38 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCRtcpParameters.h +30 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCRtpCapabilities.h +31 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCRtpCodecCapability.h +58 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCRtpCodecParameters.h +72 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCRtpEncodingParameters.h +77 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCRtpHeaderExtension.h +33 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCRtpHeaderExtensionCapability.h +39 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCRtpParameters.h +60 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCRtpReceiver.h +97 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCRtpSender.h +55 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCRtpSource.h +66 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCRtpTransceiver.h +177 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCSSLAdapter.h +20 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCSSLCertificateVerifier.h +25 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCSessionDescription.h +49 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCStatisticsReport.h +58 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCTracing.h +21 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCVideoCapturer.h +37 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCVideoCodecConstants.h +17 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCVideoCodecInfo.h +43 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCVideoDecoder.h +41 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCVideoDecoderAV1.h +25 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCVideoDecoderFactory.h +33 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCVideoDecoderFactoryH264.h +18 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCVideoDecoderH264.h +18 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCVideoDecoderVP8.h +25 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCVideoDecoderVP9.h +27 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCVideoEncoder.h +62 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCVideoEncoderAV1.h +32 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCVideoEncoderFactory.h +78 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCVideoEncoderFactoryH264.h +18 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCVideoEncoderH264.h +22 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCVideoEncoderQpThresholds.h +29 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCVideoEncoderSettings.h +42 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCVideoEncoderVP8.h +30 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCVideoEncoderVP9.h +32 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCVideoFrame.h +64 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCVideoFrameBuffer.h +40 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCVideoRenderer.h +44 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCVideoSource.h +37 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCVideoTrack.h +38 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCVideoViewShading.h +39 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCYUVPlanarBuffer.h +46 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/UIDevice+RTCDevice.h +17 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/WebRTC.h +104 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Info.plist +0 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Modules/module.modulemap +6 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/PrivacyInfo.xcprivacy +32 -0
- package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/WebRTC +0 -0
- package/package.json +3 -1
package/README.md
CHANGED
|
@@ -4,134 +4,94 @@ React Native module for Sendbird Calls SDK.
|
|
|
4
4
|
|
|
5
5
|
## Installation
|
|
6
6
|
|
|
7
|
-
### 1. Install the npm package
|
|
8
|
-
|
|
9
7
|
```sh
|
|
10
8
|
yarn add edoctor-sendbird-calls
|
|
11
|
-
# or
|
|
12
|
-
npm install edoctor-sendbird-calls
|
|
13
9
|
```
|
|
14
10
|
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
SendBirdCalls SDK is delivered via Swift Package Manager. The React Native bridge still comes from this pod.
|
|
18
|
-
|
|
19
|
-
**Steps**
|
|
20
|
-
1) `cd ios && pod install`
|
|
21
|
-
2) Open your `.xcworkspace` in Xcode.
|
|
22
|
-
3) Add the SPM package: File → Add Package Dependencies… → `https://github.com/sendbird/sendbird-calls-ios` → version **1.11.1** or later.
|
|
23
|
-
4) In the “Add to Target” column, select **both**:
|
|
24
|
-
- Your app target (e.g. `EdoctorSendbirdCallsExample`).
|
|
25
|
-
- The pod target `edoctor-sendbird-calls` (Pods project). If it is not offered, add the package first to the workspace, then go to Pods.xcodeproj → target `edoctor-sendbird-calls` → Build Phases → Link Binary With Libraries → `+` → pick `SendBirdCalls`.
|
|
26
|
-
5) Ensure `SendBirdCalls.framework` is in Link Binary With Libraries for both targets and set to **Do Not Embed**.
|
|
11
|
+
## iOS Setup
|
|
27
12
|
|
|
28
|
-
|
|
13
|
+
**Requirements:** iOS 14.0+, Xcode 15.0+, CocoaPods 1.10.0+
|
|
29
14
|
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
2. Go to **File** → **Add Package Dependencies...**.
|
|
35
|
-
3. Enter the package URL: `https://github.com/sendbird/sendbird-calls-ios`.
|
|
36
|
-
4. Select version **1.11.1** or later.
|
|
37
|
-
5. Click **Add Package**.
|
|
38
|
-
6. Select your main app target and click **Add Package**.
|
|
39
|
-
|
|
40
|
-
#### Requirements:
|
|
41
|
-
- **iOS**: 14.0 or later
|
|
42
|
-
- **Xcode**: 15.0 or later
|
|
43
|
-
- **CocoaPods**: 1.10.0 or later
|
|
15
|
+
### 1. Install Pod
|
|
16
|
+
```sh
|
|
17
|
+
cd ios && pod install
|
|
18
|
+
```
|
|
44
19
|
|
|
45
|
-
|
|
46
|
-
|
|
20
|
+
### 2. SendBirdCalls & WebRTC frameworks
|
|
21
|
+
The pod now vendors `SendBirdCalls.xcframework` and `WebRTC.xcframework` directly, so no extra Swift Package dependency is required.
|
|
22
|
+
If you previously added the `sendbird-calls-ios` package in Xcode, remove it from **Package Dependencies** to avoid missing product or duplicate symbol errors.
|
|
47
23
|
|
|
48
|
-
|
|
49
|
-
Add these keys to your `Info.plist`:
|
|
24
|
+
### 3. Configure Permissions
|
|
50
25
|
|
|
26
|
+
**Info.plist:**
|
|
51
27
|
```xml
|
|
52
28
|
<key>NSMicrophoneUsageDescription</key>
|
|
53
|
-
<string>$(PRODUCT_NAME) needs access
|
|
29
|
+
<string>$(PRODUCT_NAME) needs microphone access for voice calls</string>
|
|
54
30
|
<key>NSCameraUsageDescription</key>
|
|
55
|
-
<string>$(PRODUCT_NAME) needs access
|
|
31
|
+
<string>$(PRODUCT_NAME) needs camera access for video calls</string>
|
|
56
32
|
```
|
|
57
33
|
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
-
|
|
34
|
+
**Background Modes:**
|
|
35
|
+
Xcode → **Signing & Capabilities** → **+ Capability** → **Background Modes**
|
|
36
|
+
Enable:
|
|
37
|
+
- Audio, AirPlay, and Picture in Picture
|
|
38
|
+
- Voice over IP
|
|
62
39
|
|
|
63
|
-
|
|
40
|
+
## Android Setup
|
|
64
41
|
|
|
65
|
-
|
|
42
|
+
Ensure `minSdkVersion >= 24` in `android/build.gradle`.
|
|
66
43
|
|
|
67
44
|
## Usage
|
|
68
45
|
|
|
69
|
-
###
|
|
46
|
+
### Initialize & Authenticate
|
|
70
47
|
|
|
71
48
|
```javascript
|
|
72
49
|
import { SendBirdCalls } from 'edoctor-sendbird-calls';
|
|
73
50
|
|
|
74
|
-
// Initialize
|
|
75
51
|
await SendBirdCalls.initSendBird('YOUR_APP_ID');
|
|
76
|
-
|
|
77
|
-
// Authenticate
|
|
78
52
|
const result = await SendBirdCalls.authenticate(userId, accessToken);
|
|
79
|
-
if (result.succeeded) {
|
|
80
|
-
console.log('User authenticated:', result.userId);
|
|
81
|
-
}
|
|
82
53
|
```
|
|
83
54
|
|
|
84
|
-
###
|
|
55
|
+
### Make a Call
|
|
85
56
|
|
|
86
57
|
```javascript
|
|
87
|
-
// Dial a call
|
|
88
58
|
const dialResult = await SendBirdCalls.dial(
|
|
89
|
-
targetUserId,
|
|
90
|
-
isVideoCall,
|
|
91
|
-
|
|
92
|
-
|
|
59
|
+
targetUserId,
|
|
60
|
+
isVideoCall, // boolean
|
|
61
|
+
isVideoEnabled, // boolean
|
|
62
|
+
isAudioEnabled // boolean
|
|
93
63
|
);
|
|
94
|
-
|
|
95
|
-
if (dialResult.succeeded) {
|
|
96
|
-
console.log('Call started with ID:', dialResult.callId);
|
|
97
|
-
}
|
|
98
64
|
```
|
|
99
65
|
|
|
100
|
-
###
|
|
66
|
+
### Handle Events
|
|
101
67
|
|
|
102
68
|
```javascript
|
|
103
69
|
import { SendBirdCallsEvents } from 'edoctor-sendbird-calls';
|
|
104
70
|
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
ringingListener.remove();
|
|
120
|
-
connectedListener.remove();
|
|
121
|
-
endedListener.remove();
|
|
122
|
-
};
|
|
123
|
-
}, []);
|
|
71
|
+
const ringingListener = SendBirdCallsEvents.listenerRinging((data) => {
|
|
72
|
+
console.log('Incoming call:', data.callId);
|
|
73
|
+
});
|
|
74
|
+
|
|
75
|
+
const connectedListener = SendBirdCallsEvents.listenerConnected((data) => {
|
|
76
|
+
console.log('Call connected');
|
|
77
|
+
});
|
|
78
|
+
|
|
79
|
+
const endedListener = SendBirdCallsEvents.listenerEnded((data) => {
|
|
80
|
+
console.log('Call ended');
|
|
81
|
+
});
|
|
82
|
+
|
|
83
|
+
// Cleanup
|
|
84
|
+
ringingListener.remove();
|
|
124
85
|
```
|
|
125
86
|
|
|
126
|
-
###
|
|
87
|
+
### Video Component
|
|
127
88
|
|
|
128
89
|
```javascript
|
|
129
90
|
import { SendBirdCallsVideo } from 'edoctor-sendbird-calls';
|
|
130
91
|
|
|
131
|
-
// In your render function
|
|
132
92
|
<SendBirdCallsVideo
|
|
133
93
|
callId={callId}
|
|
134
|
-
local={false}
|
|
94
|
+
local={false} // false: remote, true: local preview
|
|
135
95
|
style={{ flex: 1 }}
|
|
136
96
|
/>
|
|
137
97
|
```
|
|
@@ -16,6 +16,7 @@ Pod::Spec.new do |s|
|
|
|
16
16
|
|
|
17
17
|
s.source_files = "ios/*.{h,m,mm,swift}", "ios/Extensions/**/*.{h,m,mm,swift}"
|
|
18
18
|
s.resource_bundles = {'edoctor-sendbird-calls_PrivacyInfo' => ['ios/PrivacyInfo.xcprivacy'] }
|
|
19
|
+
s.vendored_frameworks = "ios/Frameworks/SendBirdCalls.xcframework", "ios/Frameworks/WebRTC.xcframework"
|
|
19
20
|
|
|
20
21
|
s.static_framework = true
|
|
21
22
|
|
|
@@ -27,8 +28,7 @@ Pod::Spec.new do |s|
|
|
|
27
28
|
s.pod_target_xcconfig = {
|
|
28
29
|
'DEFINES_MODULE' => 'YES',
|
|
29
30
|
'SWIFT_COMPILATION_MODE' => 'wholemodule',
|
|
30
|
-
'FRAMEWORK_SEARCH_PATHS' => '$(inherited) $(
|
|
31
|
-
'OTHER_LDFLAGS' => '$(inherited) -framework SendBirdCalls -framework WebRTC'
|
|
31
|
+
'FRAMEWORK_SEARCH_PATHS' => '$(inherited) "$(PODS_TARGET_SRCROOT)/ios/Frameworks"'
|
|
32
32
|
}
|
|
33
33
|
|
|
34
34
|
# Use install_modules_dependencies helper to install the dependencies if React Native version >=0.71.0.
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
3
|
+
<plist version="1.0">
|
|
4
|
+
<dict>
|
|
5
|
+
<key>AvailableLibraries</key>
|
|
6
|
+
<array>
|
|
7
|
+
<dict>
|
|
8
|
+
<key>BinaryPath</key>
|
|
9
|
+
<string>SendBirdCalls.framework/SendBirdCalls</string>
|
|
10
|
+
<key>DebugSymbolsPath</key>
|
|
11
|
+
<string>dSYMs</string>
|
|
12
|
+
<key>LibraryIdentifier</key>
|
|
13
|
+
<string>ios-arm64-simulator</string>
|
|
14
|
+
<key>LibraryPath</key>
|
|
15
|
+
<string>SendBirdCalls.framework</string>
|
|
16
|
+
<key>SupportedArchitectures</key>
|
|
17
|
+
<array>
|
|
18
|
+
<string>arm64</string>
|
|
19
|
+
</array>
|
|
20
|
+
<key>SupportedPlatform</key>
|
|
21
|
+
<string>ios</string>
|
|
22
|
+
<key>SupportedPlatformVariant</key>
|
|
23
|
+
<string>simulator</string>
|
|
24
|
+
</dict>
|
|
25
|
+
<dict>
|
|
26
|
+
<key>BinaryPath</key>
|
|
27
|
+
<string>SendBirdCalls.framework/SendBirdCalls</string>
|
|
28
|
+
<key>DebugSymbolsPath</key>
|
|
29
|
+
<string>dSYMs</string>
|
|
30
|
+
<key>LibraryIdentifier</key>
|
|
31
|
+
<string>ios-arm64</string>
|
|
32
|
+
<key>LibraryPath</key>
|
|
33
|
+
<string>SendBirdCalls.framework</string>
|
|
34
|
+
<key>SupportedArchitectures</key>
|
|
35
|
+
<array>
|
|
36
|
+
<string>arm64</string>
|
|
37
|
+
</array>
|
|
38
|
+
<key>SupportedPlatform</key>
|
|
39
|
+
<string>ios</string>
|
|
40
|
+
</dict>
|
|
41
|
+
</array>
|
|
42
|
+
<key>CFBundlePackageType</key>
|
|
43
|
+
<string>XFWK</string>
|
|
44
|
+
<key>XCFrameworkFormatVersion</key>
|
|
45
|
+
<string>1.0</string>
|
|
46
|
+
</dict>
|
|
47
|
+
</plist>
|