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.
Files changed (225) hide show
  1. package/README.md +43 -83
  2. package/edoctor-sendbird-calls.podspec +2 -2
  3. package/ios/Frameworks/SendBirdCalls.xcframework/Info.plist +47 -0
  4. package/ios/Frameworks/SendBirdCalls.xcframework/ios-arm64/SendBirdCalls.framework/Headers/SendBirdCalls-Swift.h +3281 -0
  5. package/ios/Frameworks/SendBirdCalls.xcframework/ios-arm64/SendBirdCalls.framework/Headers/SendBirdCalls.h +12 -0
  6. package/ios/Frameworks/SendBirdCalls.xcframework/ios-arm64/SendBirdCalls.framework/Info.plist +0 -0
  7. package/ios/Frameworks/SendBirdCalls.xcframework/ios-arm64/SendBirdCalls.framework/Modules/SendBirdCalls.swiftmodule/arm64-apple-ios.abi.json +301055 -0
  8. package/ios/Frameworks/SendBirdCalls.xcframework/ios-arm64/SendBirdCalls.framework/Modules/SendBirdCalls.swiftmodule/arm64-apple-ios.private.swiftinterface +1105 -0
  9. package/ios/Frameworks/SendBirdCalls.xcframework/ios-arm64/SendBirdCalls.framework/Modules/SendBirdCalls.swiftmodule/arm64-apple-ios.swiftdoc +0 -0
  10. package/ios/Frameworks/SendBirdCalls.xcframework/ios-arm64/SendBirdCalls.framework/Modules/SendBirdCalls.swiftmodule/arm64-apple-ios.swiftinterface +1105 -0
  11. package/ios/Frameworks/SendBirdCalls.xcframework/ios-arm64/SendBirdCalls.framework/Modules/module.modulemap +11 -0
  12. package/ios/Frameworks/SendBirdCalls.xcframework/ios-arm64/SendBirdCalls.framework/PrivacyInfo.xcprivacy +57 -0
  13. package/ios/Frameworks/SendBirdCalls.xcframework/ios-arm64/SendBirdCalls.framework/SendBirdCalls +0 -0
  14. package/ios/Frameworks/SendBirdCalls.xcframework/ios-arm64-simulator/SendBirdCalls.framework/Headers/SendBirdCalls-Swift.h +3281 -0
  15. package/ios/Frameworks/SendBirdCalls.xcframework/ios-arm64-simulator/SendBirdCalls.framework/Headers/SendBirdCalls.h +12 -0
  16. package/ios/Frameworks/SendBirdCalls.xcframework/ios-arm64-simulator/SendBirdCalls.framework/Info.plist +0 -0
  17. package/ios/Frameworks/SendBirdCalls.xcframework/ios-arm64-simulator/SendBirdCalls.framework/Modules/SendBirdCalls.swiftmodule/arm64-apple-ios-simulator.abi.json +301055 -0
  18. package/ios/Frameworks/SendBirdCalls.xcframework/ios-arm64-simulator/SendBirdCalls.framework/Modules/SendBirdCalls.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +1105 -0
  19. package/ios/Frameworks/SendBirdCalls.xcframework/ios-arm64-simulator/SendBirdCalls.framework/Modules/SendBirdCalls.swiftmodule/arm64-apple-ios-simulator.swiftdoc +0 -0
  20. package/ios/Frameworks/SendBirdCalls.xcframework/ios-arm64-simulator/SendBirdCalls.framework/Modules/SendBirdCalls.swiftmodule/arm64-apple-ios-simulator.swiftinterface +1105 -0
  21. package/ios/Frameworks/SendBirdCalls.xcframework/ios-arm64-simulator/SendBirdCalls.framework/Modules/module.modulemap +11 -0
  22. package/ios/Frameworks/SendBirdCalls.xcframework/ios-arm64-simulator/SendBirdCalls.framework/PrivacyInfo.xcprivacy +57 -0
  23. package/ios/Frameworks/SendBirdCalls.xcframework/ios-arm64-simulator/SendBirdCalls.framework/SendBirdCalls +0 -0
  24. package/ios/Frameworks/SendBirdCalls.xcframework/ios-arm64-simulator/SendBirdCalls.framework/_CodeSignature/CodeResources +201 -0
  25. package/ios/Frameworks/WebRTC.xcframework/Info.plist +48 -0
  26. package/ios/Frameworks/WebRTC.xcframework/LICENSE.md +2264 -0
  27. package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCAudioDevice.h +335 -0
  28. package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCAudioSession.h +289 -0
  29. package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCAudioSessionConfiguration.h +47 -0
  30. package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCAudioSink.h +25 -0
  31. package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCAudioSource.h +32 -0
  32. package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCAudioTrack.h +28 -0
  33. package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCCVPixelBuffer.h +52 -0
  34. package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCCallbackLogger.h +41 -0
  35. package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCCameraPreviewView.h +30 -0
  36. package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCCameraVideoCapturer.h +60 -0
  37. package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCCertificate.h +47 -0
  38. package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCCodecSpecificInfo.h +24 -0
  39. package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCCodecSpecificInfoH264.h +28 -0
  40. package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCConfiguration.h +268 -0
  41. package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCCryptoOptions.h +66 -0
  42. package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCDataChannel.h +134 -0
  43. package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCDataChannelConfiguration.h +52 -0
  44. package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCDefaultShader.h +26 -0
  45. package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCDefaultVideoDecoderFactory.h +26 -0
  46. package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCDefaultVideoEncoderFactory.h +31 -0
  47. package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCDispatcher.h +47 -0
  48. package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCDtmfSender.h +73 -0
  49. package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCEAGLVideoView.h +45 -0
  50. package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCEncodedImage.h +52 -0
  51. package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCFieldTrials.h +32 -0
  52. package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCFileLogger.h +76 -0
  53. package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCFileVideoCapturer.h +51 -0
  54. package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCH264ProfileLevelId.h +61 -0
  55. package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCI420Buffer.h +22 -0
  56. package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCIceCandidate.h +50 -0
  57. package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCIceCandidateErrorEvent.h +45 -0
  58. package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCIceServer.h +115 -0
  59. package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCLegacyStatsReport.h +37 -0
  60. package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCLogging.h +70 -0
  61. package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCMTLVideoView.h +44 -0
  62. package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCMacros.h +67 -0
  63. package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCMediaConstraints.h +47 -0
  64. package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCMediaSource.h +34 -0
  65. package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCMediaStream.h +50 -0
  66. package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCMediaStreamTrack.h +50 -0
  67. package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCMetrics.h +24 -0
  68. package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCMetricsSampleInfo.h +48 -0
  69. package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCMutableI420Buffer.h +24 -0
  70. package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCMutableYUVPlanarBuffer.h +28 -0
  71. package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCNativeI420Buffer.h +23 -0
  72. package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCNativeMutableI420Buffer.h +24 -0
  73. package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCNetworkMonitor.h +24 -0
  74. package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCPeerConnection.h +423 -0
  75. package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCPeerConnectionFactory.h +149 -0
  76. package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCPeerConnectionFactoryOptions.h +38 -0
  77. package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCRtcpParameters.h +30 -0
  78. package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCRtpCapabilities.h +31 -0
  79. package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCRtpCodecCapability.h +58 -0
  80. package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCRtpCodecParameters.h +72 -0
  81. package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCRtpEncodingParameters.h +77 -0
  82. package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCRtpHeaderExtension.h +33 -0
  83. package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCRtpHeaderExtensionCapability.h +39 -0
  84. package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCRtpParameters.h +60 -0
  85. package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCRtpReceiver.h +97 -0
  86. package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCRtpSender.h +55 -0
  87. package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCRtpSource.h +66 -0
  88. package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCRtpTransceiver.h +177 -0
  89. package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCSSLAdapter.h +20 -0
  90. package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCSSLCertificateVerifier.h +25 -0
  91. package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCSessionDescription.h +49 -0
  92. package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCStatisticsReport.h +58 -0
  93. package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCTracing.h +21 -0
  94. package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCVideoCapturer.h +37 -0
  95. package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCVideoCodecConstants.h +17 -0
  96. package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCVideoCodecInfo.h +43 -0
  97. package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCVideoDecoder.h +41 -0
  98. package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCVideoDecoderAV1.h +25 -0
  99. package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCVideoDecoderFactory.h +33 -0
  100. package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCVideoDecoderFactoryH264.h +18 -0
  101. package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCVideoDecoderH264.h +18 -0
  102. package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCVideoDecoderVP8.h +25 -0
  103. package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCVideoDecoderVP9.h +27 -0
  104. package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCVideoEncoder.h +62 -0
  105. package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCVideoEncoderAV1.h +32 -0
  106. package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCVideoEncoderFactory.h +78 -0
  107. package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCVideoEncoderFactoryH264.h +18 -0
  108. package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCVideoEncoderH264.h +22 -0
  109. package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCVideoEncoderQpThresholds.h +29 -0
  110. package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCVideoEncoderSettings.h +42 -0
  111. package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCVideoEncoderVP8.h +30 -0
  112. package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCVideoEncoderVP9.h +32 -0
  113. package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCVideoFrame.h +64 -0
  114. package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCVideoFrameBuffer.h +40 -0
  115. package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCVideoRenderer.h +44 -0
  116. package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCVideoSource.h +37 -0
  117. package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCVideoTrack.h +38 -0
  118. package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCVideoViewShading.h +39 -0
  119. package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/RTCYUVPlanarBuffer.h +46 -0
  120. package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/UIDevice+RTCDevice.h +17 -0
  121. package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Headers/WebRTC.h +104 -0
  122. package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Info.plist +0 -0
  123. package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/Modules/module.modulemap +6 -0
  124. package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/PrivacyInfo.xcprivacy +32 -0
  125. package/ios/Frameworks/WebRTC.xcframework/ios-arm64/WebRTC.framework/WebRTC +0 -0
  126. package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCAudioDevice.h +335 -0
  127. package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCAudioSession.h +289 -0
  128. package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCAudioSessionConfiguration.h +47 -0
  129. package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCAudioSink.h +25 -0
  130. package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCAudioSource.h +32 -0
  131. package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCAudioTrack.h +28 -0
  132. package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCCVPixelBuffer.h +52 -0
  133. package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCCallbackLogger.h +41 -0
  134. package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCCameraPreviewView.h +30 -0
  135. package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCCameraVideoCapturer.h +60 -0
  136. package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCCertificate.h +47 -0
  137. package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCCodecSpecificInfo.h +24 -0
  138. package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCCodecSpecificInfoH264.h +28 -0
  139. package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCConfiguration.h +268 -0
  140. package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCCryptoOptions.h +66 -0
  141. package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCDataChannel.h +134 -0
  142. package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCDataChannelConfiguration.h +52 -0
  143. package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCDefaultShader.h +26 -0
  144. package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCDefaultVideoDecoderFactory.h +26 -0
  145. package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCDefaultVideoEncoderFactory.h +31 -0
  146. package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCDispatcher.h +47 -0
  147. package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCDtmfSender.h +73 -0
  148. package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCEAGLVideoView.h +45 -0
  149. package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCEncodedImage.h +52 -0
  150. package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCFieldTrials.h +32 -0
  151. package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCFileLogger.h +76 -0
  152. package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCFileVideoCapturer.h +51 -0
  153. package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCH264ProfileLevelId.h +61 -0
  154. package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCI420Buffer.h +22 -0
  155. package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCIceCandidate.h +50 -0
  156. package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCIceCandidateErrorEvent.h +45 -0
  157. package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCIceServer.h +115 -0
  158. package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCLegacyStatsReport.h +37 -0
  159. package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCLogging.h +70 -0
  160. package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCMTLVideoView.h +44 -0
  161. package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCMacros.h +67 -0
  162. package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCMediaConstraints.h +47 -0
  163. package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCMediaSource.h +34 -0
  164. package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCMediaStream.h +50 -0
  165. package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCMediaStreamTrack.h +50 -0
  166. package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCMetrics.h +24 -0
  167. package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCMetricsSampleInfo.h +48 -0
  168. package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCMutableI420Buffer.h +24 -0
  169. package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCMutableYUVPlanarBuffer.h +28 -0
  170. package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCNativeI420Buffer.h +23 -0
  171. package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCNativeMutableI420Buffer.h +24 -0
  172. package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCNetworkMonitor.h +24 -0
  173. package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCPeerConnection.h +423 -0
  174. package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCPeerConnectionFactory.h +149 -0
  175. package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCPeerConnectionFactoryOptions.h +38 -0
  176. package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCRtcpParameters.h +30 -0
  177. package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCRtpCapabilities.h +31 -0
  178. package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCRtpCodecCapability.h +58 -0
  179. package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCRtpCodecParameters.h +72 -0
  180. package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCRtpEncodingParameters.h +77 -0
  181. package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCRtpHeaderExtension.h +33 -0
  182. package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCRtpHeaderExtensionCapability.h +39 -0
  183. package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCRtpParameters.h +60 -0
  184. package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCRtpReceiver.h +97 -0
  185. package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCRtpSender.h +55 -0
  186. package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCRtpSource.h +66 -0
  187. package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCRtpTransceiver.h +177 -0
  188. package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCSSLAdapter.h +20 -0
  189. package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCSSLCertificateVerifier.h +25 -0
  190. package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCSessionDescription.h +49 -0
  191. package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCStatisticsReport.h +58 -0
  192. package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCTracing.h +21 -0
  193. package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCVideoCapturer.h +37 -0
  194. package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCVideoCodecConstants.h +17 -0
  195. package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCVideoCodecInfo.h +43 -0
  196. package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCVideoDecoder.h +41 -0
  197. package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCVideoDecoderAV1.h +25 -0
  198. package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCVideoDecoderFactory.h +33 -0
  199. package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCVideoDecoderFactoryH264.h +18 -0
  200. package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCVideoDecoderH264.h +18 -0
  201. package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCVideoDecoderVP8.h +25 -0
  202. package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCVideoDecoderVP9.h +27 -0
  203. package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCVideoEncoder.h +62 -0
  204. package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCVideoEncoderAV1.h +32 -0
  205. package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCVideoEncoderFactory.h +78 -0
  206. package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCVideoEncoderFactoryH264.h +18 -0
  207. package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCVideoEncoderH264.h +22 -0
  208. package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCVideoEncoderQpThresholds.h +29 -0
  209. package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCVideoEncoderSettings.h +42 -0
  210. package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCVideoEncoderVP8.h +30 -0
  211. package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCVideoEncoderVP9.h +32 -0
  212. package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCVideoFrame.h +64 -0
  213. package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCVideoFrameBuffer.h +40 -0
  214. package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCVideoRenderer.h +44 -0
  215. package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCVideoSource.h +37 -0
  216. package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCVideoTrack.h +38 -0
  217. package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCVideoViewShading.h +39 -0
  218. package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/RTCYUVPlanarBuffer.h +46 -0
  219. package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/UIDevice+RTCDevice.h +17 -0
  220. package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Headers/WebRTC.h +104 -0
  221. package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Info.plist +0 -0
  222. package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/Modules/module.modulemap +6 -0
  223. package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/PrivacyInfo.xcprivacy +32 -0
  224. package/ios/Frameworks/WebRTC.xcframework/ios-arm64_x86_64-simulator/WebRTC.framework/WebRTC +0 -0
  225. 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
- ### 2. iOS setup (SPM + Pods)
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
- > If you rerun `pod install`, Pods.xcodeproj is regenerated; re-check that the `edoctor-sendbird-calls` pod target still links `SendBirdCalls`.
13
+ **Requirements:** iOS 14.0+, Xcode 15.0+, CocoaPods 1.10.0+
29
14
 
30
- Starting from version 1.11.0, this library requires **SendBirdCalls** to be added via **Swift Package Manager (SPM)** in your main project. This reduces the npm package size significantly.
31
-
32
- #### Step-by-step SPM Integration:
33
- 1. Open your project in Xcode (`.xcworkspace`).
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
- #### Privacy Info:
46
- This library includes a `PrivacyInfo.xcprivacy` file as required by Apple.
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
- #### Info.plist permissions:
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 to the microphone for voice calls</string>
29
+ <string>$(PRODUCT_NAME) needs microphone access for voice calls</string>
54
30
  <key>NSCameraUsageDescription</key>
55
- <string>$(PRODUCT_NAME) needs access to the camera for video calls</string>
31
+ <string>$(PRODUCT_NAME) needs camera access for video calls</string>
56
32
  ```
57
33
 
58
- #### Enable Background Modes:
59
- In your Xcode project, go to **Signing & Capabilities** → **+ Capability** → **Background Modes**, then enable:
60
- - **Audio, AirPlay, and Picture in Picture**
61
- - **Voice over IP**
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
- ### 3. Android Setup
40
+ ## Android Setup
64
41
 
65
- The library handles most configuration automatically. Ensure your `minSdkVersion` is at least **24** in `android/build.gradle`.
42
+ Ensure `minSdkVersion >= 24` in `android/build.gradle`.
66
43
 
67
44
  ## Usage
68
45
 
69
- ### 1. Initialize and Authenticate
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
- ### 2. Making a Call
55
+ ### Make a Call
85
56
 
86
57
  ```javascript
87
- // Dial a call
88
58
  const dialResult = await SendBirdCalls.dial(
89
- targetUserId,
90
- isVideoCall, // boolean
91
- true, // isVideoEnabled
92
- true // isAudioEnabled
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
- ### 3. Handling Events
66
+ ### Handle Events
101
67
 
102
68
  ```javascript
103
69
  import { SendBirdCallsEvents } from 'edoctor-sendbird-calls';
104
70
 
105
- useEffect(() => {
106
- const ringingListener = SendBirdCallsEvents.listenerRinging((data) => {
107
- console.log('Incoming call:', data.callId);
108
- });
109
-
110
- const connectedListener = SendBirdCallsEvents.listenerConnected((data) => {
111
- console.log('Call connected');
112
- });
113
-
114
- const endedListener = SendBirdCallsEvents.listenerEnded((data) => {
115
- console.log('Call ended');
116
- });
117
-
118
- return () => {
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
- ### 4. Video Component
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} // false for remote view, true for local preview
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) $(BUILT_PRODUCTS_DIR)/PackageFrameworks',
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>